radiotap / radiotap-library

radiotap parser C library
ISC License
106 stars 65 forks source link

RadioTap library not updated and its parser #16

Open vlsireddy opened 5 months ago

vlsireddy commented 5 months ago

Hi All,

I am planning to create a ieee 802.11 packet RadioTap parsing code/library. Decoding each and every field.

Meanwhile, before asking [did my homework] of going through source code and found the following.

[1] Compared to Wireshark library, RadioTap header files are NOT updated in radiotap-library. [2] Also in the function "print_radiotap_namespace" in parse.c, is it User expected to fill in all the details and process the fields further? [3] What other alternatives do I have in processing radiotap header [write own code using radiotap files as reference] or is there any other library/source code which can help me

Thanks