Closed JonathonReinhart closed 9 years ago
This mirrors the change I made at https://github.com/andrewdodd/pyCCSniffer/pull/2.
Also, I set the pcap link type to LINKTYPE_IEEE802_15_4_NOFCS, as I don't see a frame check sequence in the payload. This seems to make Wireshark happy in my tests sniffing ZigBee traffic.
LINKTYPE_IEEE802_15_4_NOFCS
Yes, that absolutely worked. Sorry I missed that in the README. I'll submit a new pull request with just the pyusb-related fix.
This mirrors the change I made at https://github.com/andrewdodd/pyCCSniffer/pull/2.
Also, I set the pcap link type to
LINKTYPE_IEEE802_15_4_NOFCS
, as I don't see a frame check sequence in the payload. This seems to make Wireshark happy in my tests sniffing ZigBee traffic.