Skip to content
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

Extract Sequence Num & Fragment Num from 802.11 Pkt #622

Open
namyamalik opened this issue Feb 5, 2022 · 0 comments
Open

Extract Sequence Num & Fragment Num from 802.11 Pkt #622

namyamalik opened this issue Feb 5, 2022 · 0 comments
Labels

Comments

@namyamalik
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants