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
Make Dot11EltVendorSpecific packet extensible (#4660)
* Make Dot11EltVendorSpecific packet extensible
See #4659
This commit allows the Dot11EltVendorSpecific packet to dispatch to its
subclasses based on their OUI, with the same idiom that the parent
Dot11Elt uses to select subclasses based on their ID already:
https://github.com/secdev/scapy/blob/c15a670926185f6ddb9b3330ed1f947ff6f14b92/scapy/layers/dot11.py#L1057-L1074
This is just a rough sketch, so feedback very welcome to make sure it is
heading in the right direction :)
* Fix copy-paste typo
* Fix child register_variant swallowing call to parent register_variant
* Fix 'TODO'
* Remove comment
---------
Co-authored-by: gpotter2 <[email protected]>
0 commit comments