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 able to parse the 802.11 packets to extract other info such as src_mac, dst_mac, pkt_type, etc. Just have not been able to get sequence & fragment number.
The text was updated successfully, but these errors were encountered:
How can I extract sequence number and fragment number of a 802.11 packet using dpkt? I don't see these fields in the source code for dpkt.ieee80211 (https://dpkt.readthedocs.io/en/latest/_modules/dpkt/ieee80211.html).
I am able to parse the 802.11 packets to extract other info such as src_mac, dst_mac, pkt_type, etc. Just have not been able to get sequence & fragment number.
The text was updated successfully, but these errors were encountered: