mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Make msrpc.call_function a public function. stuxnet-detect.nse is about
to need this, and Dražen had to do it too while he was working on the NDR library.
This commit is contained in:
@@ -294,7 +294,7 @@ end
|
||||
-- useful one being 'arguments', which are the values returned by the server. If the packet is fragmented, the fragments
|
||||
-- will be reassembled and 'arguments' will represent all the arguments; however, the rest of the result table will represent
|
||||
-- the most recent fragment.
|
||||
local function call_function(smbstate, opnum, arguments)
|
||||
function call_function(smbstate, opnum, arguments)
|
||||
local i
|
||||
local status, result
|
||||
local parameters, data
|
||||
|
||||
Reference in New Issue
Block a user