Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Wireshark on Linux #3

Closed
wants to merge 2 commits into from

Conversation

JonathonReinhart
Copy link
Contributor

This mirrors the change I made at andrewdodd/pyCCSniffer#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.

The interface argument was removed at some point and is apparently
unneeded.

I also specified the timeout argument by name, so this will still work
with older versions of pyusb that still have the interface parameter.

This is identical to a8480b45 in pyCCSniffer.
This indicates to wireshark that there is no FCS.

With this change in place, Wireshark successfully detects that
my packets are ZigBee.
@JonathonReinhart
Copy link
Contributor Author

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

@JonathonReinhart JonathonReinhart deleted the master branch March 3, 2015 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants