Hi,
Scapy changed some internal code. Now killerbee integration regarding to sniffing is broken:
`Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "./myzig.py", line 1419, in threadscan
kbsniff (timeout=self.zig_timeout, prn=self.zig_handler, iface=self.zig_device, verbose=False)
File "build/bdist.linux-armv7l/egg/killerbee/scapy_extensions.py", line 224, in kbsniff
return plist.PacketList(__kb_recv(kb, count = count, store = store, prn = prn, lfilter = lfilter, stop_filter = stop_filter, verbose = verbose, timeout = timeout), 'Sniffed')
NameError: global name 'plist' is not defined
`
Any suggestions for fixing the code?
Thanks,
Mart
Hi,
Scapy changed some internal code. Now killerbee integration regarding to sniffing is broken:
`Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "./myzig.py", line 1419, in threadscan
kbsniff (timeout=self.zig_timeout, prn=self.zig_handler, iface=self.zig_device, verbose=False)
File "build/bdist.linux-armv7l/egg/killerbee/scapy_extensions.py", line 224, in kbsniff
return plist.PacketList(__kb_recv(kb, count = count, store = store, prn = prn, lfilter = lfilter, stop_filter = stop_filter, verbose = verbose, timeout = timeout), 'Sniffed')
NameError: global name 'plist' is not defined
`
Any suggestions for fixing the code?
Thanks,
Mart