andrewdodd / ccsniffpiper

ccsniffpiper
GNU General Public License v3.0
91 stars 40 forks source link

Fixes for Wireshark on Linux #3

Closed JonathonReinhart closed 9 years ago

JonathonReinhart commented 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.

JonathonReinhart commented 9 years ago

Yes, that absolutely worked. Sorry I missed that in the README. I'll submit a new pull request with just the pyusb-related fix.