-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Brief description
How am I meant to access the to-DS field in a Dot11.FCfield in a Pythonic way? I can access for example the retry field by using fcfield.retry, but of course, fcfield.to-DS is not valid syntax. getattr(fcfield, 'to-DS') and the same with setattr works, but is very ugly. Is there a better way to read/set this bit field?
Scapy version
2.6.1
Python version
3.13.1
Operating system
Linux 6.12.6
Additional environment information
No response
How to reproduce
/
Actual result
No response
Expected result
No response
Related resources
No response
Metadata
Metadata
Assignees
Labels
No labels