Skip to content

bug with scapy 2.4.3dev691 #207

Description

@mstekker

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions