-
Notifications
You must be signed in to change notification settings - Fork 256
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
Unable to decode packets #265
Comments
hello, if you're still hitting the problem please send us a |
Unfortunately I don't have a pcap file as I'm streaming directly from my wifi card I did some research on this a while ago and apparently it has something to do with the api change between v2 and v3 although I haven't gotten around to rewriting it yet. |
Can confirm, ran into this issue today. Only happens when trying to decode the packet; leaving in raw works fine :/ |
please, send us a .pcap with the captured packets (you can obtain one with i.e. wireshark or tcpdump) |
Currently I'm having the following error when ever I try to decode any packets:
I installed pcap via
npm i pcap
This is the code I'm trying to test:
The text was updated successfully, but these errors were encountered: