diff --git a/scripts/lltd-discovery.nse b/scripts/lltd-discovery.nse index d0b5c0a9b..a6dced0c4 100755 --- a/scripts/lltd-discovery.nse +++ b/scripts/lltd-discovery.nse @@ -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