kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.09k stars 270 forks source link

Improve radiotap situation #478

Closed remleduff closed 3 years ago

remleduff commented 4 years ago

Correct endianness issues Support multi-byte present flags Handle misaligned flags fields

I haven't added any new fields such as VHT, as I haven't needed them yet, but this works for me now!

See issues: #132, #306, #419

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.04%) to 92.507% when pulling cdf36a0605f39af70024b7edc7cfd912447087a1 on remleduff:improve-radiotap into b5efa3304bf976d561851842b7622f4801405b1d on kbandla:master.

obormot commented 3 years ago

Superseded by https://github.com/kbandla/dpkt/pull/517, closing. Thanks for the contribution @remleduff I'll work on getting your changes merged in the new PR.