From 98d06c4b33c49100d772ddd8e7c3f76b9ee39c57 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 9 Jan 2009 20:26:23 +0000 Subject: [PATCH] note snmpcommunity script argument name --- nselib/snmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/snmp.lua b/nselib/snmp.lua index 96840068c..4244c4dbb 100644 --- a/nselib/snmp.lua +++ b/nselib/snmp.lua @@ -291,7 +291,7 @@ end -- @param PDU SNMP Protocol Data Unit to be encapsulated in the packet. -- @param version SNMP version, default 0 (SNMP V1). -- @param commStr community string, if not already supplied in registry or as --- script argument. +-- the snmpcommunity script argument. function buildPacket(PDU, version, commStr) local comm = nmap.registry.args.snmpcommunity if (not comm) then comm = nmap.registry.snmpcommunity end