mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
lltd-discovery bug fix
This commit is contained in:
parent
646fb73f50
commit
506a0029dd
1 changed files with 0 additions and 1 deletions
|
|
@ -186,7 +186,6 @@ local LLTDDiscover = function(if_table, lltd_responders, timeout)
|
|||
local start_s = os.time()
|
||||
while true do
|
||||
local status, plen, l2, l3, _ = pcap:pcap_receive()
|
||||
local packet = l2..l3
|
||||
if status then
|
||||
local packet = l2..l3
|
||||
if stdnse.tohex(packet:sub(13,14)) == "88d9" then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue