From 506a0029dd1d5ddfc1e54ccfc5ca2b3c43d59138 Mon Sep 17 00:00:00 2001 From: gorjan Date: Tue, 4 Oct 2011 00:07:10 +0000 Subject: [PATCH] lltd-discovery bug fix --- scripts/lltd-discovery.nse | 1 - 1 file changed, 1 deletion(-) 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