You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if this is expected behaviour or not, but writing back PCAP files gives an erroneous PCAP file when some part of the packet changes in length. In this case it's dot11.py and changing an IE length.
Brief description
I am not sure if this is expected behaviour or not, but writing back PCAP files gives an erroneous PCAP file when some part of the packet changes in length. In this case it's dot11.py and changing an IE length.
Full details provided below.
Scapy version
86f034b
Python version
3.12.2
Operating system
MacOS Sonoma 14.4
Additional environment information
No response
How to reproduce
Sample script:
Input pcap:
single-beacon.pcap.gz
Output pcap:
modified-beacon.pcap.gz
Error from Wireshark:
Expected beacon:
modified-beacon-correct.pcap.gz
No error in Wireshark:
Diff which seems to fix this:
Actual result
No response
Expected result
No response
Related resources
No response
The text was updated successfully, but these errors were encountered: