Problem with packet capture #10892
failman34
started this conversation in
Question - Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Board
ESP32
Device Description
ESP32-DevKitC
Hardware Configuration
Version
v3.1.0
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
921600
Description
I'm using esp32 to capture WiFi packets. I manage to capture all packets and even EAPOL, from which the password is easily derived. However, when trying to decrypt Data packets nothing comes out. As I understand it they are garbled or cut off. Is there any way around this. also under each beacon packet wireshark gives the warning [Malformed Packet: IEEE 802.11: length of containing item exceeds length of containing item].
I use this library
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
Beta Was this translation helpful? Give feedback.
All reactions