

It converts the pcap file to xml to make it easily readable regardless of the type of the packetįrame check sequence: 0x4761f1b6 Ġ. I also tried to use the dpkt 802.11 package, but didn't get any result

Result: D:\Apps\Python3\python.exe F:/tes/pcapReader/main.pyįrom this, what I understand is that there are no dot11 packets in my trace, which is confusing because the protocol for most packets is 802.11 according to the Wireshark output. Sniff(offline="./testData/test.pcap", prn=parse) I tried to read it using the following code I found from this question. I have a pcap file (screenshot of it opened in Wireshark below) which contains some 802.11 frame data I found similar questions but they do not solve my problem
