mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Fix a copy-paste error
This commit is contained in:
@@ -158,7 +158,6 @@ sniffInterface = function(iface, Decoders, decodertab)
|
|||||||
decodertab.udp[uport] = Decoders.udp[uport]:new()
|
decodertab.udp[uport] = Decoders.udp[uport]:new()
|
||||||
end
|
end
|
||||||
stdnse.new_thread(decodertab.udp[uport].process, decodertab.udp[uport], data)
|
stdnse.new_thread(decodertab.udp[uport].process, decodertab.udp[uport], data)
|
||||||
decoded = true
|
|
||||||
-- The packet was decoded successfully but we don't have a valid decoder
|
-- The packet was decoded successfully but we don't have a valid decoder
|
||||||
-- Report this
|
-- Report this
|
||||||
elseif ( p and p.udp_dport ) then
|
elseif ( p and p.udp_dport ) then
|
||||||
|
|||||||
Reference in New Issue
Block a user