-
Notifications
You must be signed in to change notification settings - Fork 91
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
Packet data is Zero - Packet size limited during capture #11
Comments
Also getting this error. |
Getting the same error. Any updates on this issue? |
Same issue here on a TTGO-T Cell 18650 ESP32 Board. #if defined(ESP32) line 80-82 in PCAP.cpp solves that issue, but brings the "Malformed Packet" issue. |
I set snaplen to 2500 now. That should do the trick for WiFi. Thanks for pointing out the source of the issue. Haven't touched this code in forever. |
ESP32 using NodeMCU. No modification were done to the origional code. Baud rate was 921600.
The text was updated successfully, but these errors were encountered: