lltd-discovery bug fix

This commit is contained in:
gorjan 2011-10-04 00:07:10 +00:00
parent 646fb73f50
commit 506a0029dd

View file

@ -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