-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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) #4458
Open
rkinder2023
wants to merge
9
commits into
secdev:master
Choose a base branch
from
rkinder2023:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+44
−4
Commits on Jul 11, 2024
-
Add support for S1G beacon to the dot11 layer. (#2)
- 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.
Configuration menu - View commit details
-
Copy full SHA for d377b13 - Browse repository at this point
Copy the full SHA d377b13View commit details
Commits on Jul 15, 2024
-
More unit test changes to trigger workflows (#3)
* Add support for S1G beacon to the dot11 layer. - 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.
Configuration menu - View commit details
-
Copy full SHA for 2fc3244 - Browse repository at this point
Copy the full SHA 2fc3244View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee2030 - Browse repository at this point
Copy the full SHA 9ee2030View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 285e3bb - Browse repository at this point
Copy the full SHA 285e3bbView commit details -
Update S1G beacon parsing based on code review. (#4)
* Fix review comments from @p-l-: - Use set for 'type in' checks for extension frame type 3, subtype 1 (S1G beacon). * Update to FCfield to split into three parts for type 3, subtype 1 (S1G beacon frame control field). This allows use of BitField for the 'bw', and FlagsField for the remaining bits.
Configuration menu - View commit details
-
Copy full SHA for 59b7330 - Browse repository at this point
Copy the full SHA 59b7330View commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58eb197 - Browse repository at this point
Copy the full SHA 58eb197View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe31812 - Browse repository at this point
Copy the full SHA fe31812View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc06630 - Browse repository at this point
Copy the full SHA fc06630View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e6440dc - Browse repository at this point
Copy the full SHA e6440dcView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.