1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-07 06:59:03 +00:00

NSEdoc fixes

This commit is contained in:
dmiller
2025-03-13 18:13:21 +00:00
parent fb58d2440e
commit b2ebc18360
17 changed files with 40 additions and 36 deletions

View File

@@ -672,7 +672,7 @@ Packet.Unknown1 = {
--- Creates a new Packet.Unknown1
--
-- @param version containing the version of the packet to send
-- @param os string containing the version of the packet to send
-- @return new instance of Packet.Unknown1
new = function(self, os)
local o = { os = os }
@@ -1690,7 +1690,7 @@ Helper = {
--- Authenticates to the database
--
-- @param user containing the Oracle user name
-- @param pass containing the Oracle user password
-- @param password containing the Oracle user password
-- @return true on success, false on failure
-- @return err containing error message when status is false
Login = function( self, user, password )
@@ -1720,7 +1720,7 @@ Helper = {
--- Steal auth data from database
-- @param user containing the Oracle user name
-- @param pass containing the Oracle user password
-- @param password containing the Oracle user password
-- @return true on success, false on failure
-- @return err containing error message when status is false
StealthLogin = function( self, user, password )