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

Add support for S1G beacon to the dot11 layer. #2

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

rkinder2023
Copy link
Owner

  • Includes unit test parsing and confirming an S1G beacon
  • Includes support for the new Frame Control format for type=3,
    subtype=1 (S1G beacon)
  • Includes changes to support addressing used in S1G beacon.
  • Minor change required as 'protected' field is not present in S1G
    beacon Frame Control field.

All dot11 unit tests pass with this change.

 - Includes unit test parsing and confirming an S1G beacon
 - Includes support for the new Frame Control format for type=3,
   subtype=1 (S1G beacon)
 - Includes changes to support addressing used in S1G beacon.

All dot11 unit tests pass with this change.
Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
- Coverage   80.74%   80.74%   -0.01%     
==========================================
  Files         353      353              
  Lines       84480    84485       +5     
==========================================
+ Hits        68211    68214       +3     
- Misses      16269    16271       +2     
Files Coverage Δ
scapy/layers/dot11.py 91.48% <100.00%> (+0.07%) ⬆️

... and 3 files with indirect coverage changes

@rkinder2023 rkinder2023 merged commit d377b13 into master Jul 11, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant