mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +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
|
-- 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
|
-- will be reassembled and 'arguments' will represent all the arguments; however, the rest of the result table will represent
|
||||||
-- the most recent fragment.
|
-- the most recent fragment.
|
||||||
local function call_function(smbstate, opnum, arguments)
|
function call_function(smbstate, opnum, arguments)
|
||||||
local i
|
local i
|
||||||
local status, result
|
local status, result
|
||||||
local parameters, data
|
local parameters, data
|
||||||
|
|||||||
Reference in New Issue
Block a user