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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: