mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
lltd-discovery bug fix
This commit is contained in:
@@ -186,7 +186,6 @@ local LLTDDiscover = function(if_table, lltd_responders, timeout)
|
|||||||
local start_s = os.time()
|
local start_s = os.time()
|
||||||
while true do
|
while true do
|
||||||
local status, plen, l2, l3, _ = pcap:pcap_receive()
|
local status, plen, l2, l3, _ = pcap:pcap_receive()
|
||||||
local packet = l2..l3
|
|
||||||
if status then
|
if status then
|
||||||
local packet = l2..l3
|
local packet = l2..l3
|
||||||
if stdnse.tohex(packet:sub(13,14)) == "88d9" then
|
if stdnse.tohex(packet:sub(13,14)) == "88d9" then
|
||||||
|
|||||||
Reference in New Issue
Block a user