mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
o [NSE] Minor change to vuzedht library to fix a bug that failed nsedoc from
building properly. [Patrik]
This commit is contained in:
parent
787c61b718
commit
31803a37f9
1 changed files with 3 additions and 1 deletions
|
|
@ -43,7 +43,9 @@ Request = {
|
|||
new = function(self, action, session)
|
||||
local o = {
|
||||
conn_id = string.char(255) .. openssl.rand_pseudo_bytes(7),
|
||||
action = action,
|
||||
-- we need to handle this one like this, due to a bug in nsedoc
|
||||
-- it used to be action = action, but that breaks parsing
|
||||
["action"] = action,
|
||||
trans_id = session:getTransactionId(),
|
||||
proto_version = 0x32,
|
||||
vendor_id = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue