GithubHelp home page GithubHelp logo

radiotap-library's People

Contributors

brandonenochs avatar gemesa avatar jmberg avatar kleest avatar olerem avatar precla avatar rmilecki avatar schmittner avatar venkatarun95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

radiotap-library's Issues

RadioTap library not updated and its parser

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

timestamp accuracy in radiotap headers

Hi, I have a question about the meaning of the "accuracy" field in the Radiotap header. It's not clearly explained on the webpage.
For instance, in the timestamp field, the unit is "usec" and the "accuracy" is "22", what's the meaning of such a value 22?
In addition, is there any way to set the accuracy as a nanosecond? E.g. modifying the driver?

iterator->_next_bitmap = &radiotap_header->it_present;

radiotap.c: In function ‘ieee80211_radiotap_iterator_init’:
radiotap.c:167:27: warning: taking address of packed member of ‘struct ieee80211_radiotap_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
167 | iterator->_next_bitmap = &radiotap_header->it_present;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

  this code is included in openwifi its give me above error
  radiotap.c: In function ‘ieee80211_radiotap_iterator_init’:

radiotap.c:167:27: warning: taking address of packed member of ‘struct ieee80211_radiotap_header’ may result in an unaligned pointer value [-Waddress-of-packed-member]
167 | iterator->_next_bitmap = &radiotap_header->it_present;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

How to calclulate the mcs index given IEEE80211_RADIOTAP_MCS

Hello,
I cannot find any sources online on how to calculate the mcs_index given the IEEE80211_RADIOTAP_MCS param.
To clarify my issue:
If I want to calculate the bandwidth for example, radiotap.h neatly defines IEEE80211_RADIOTAP_MCS_BW_MASK
So I can just use bandwidth= param & IEEE80211_RADIOTAP_MCS_BW_MASK;
However, there is no such field for the mcs index.
Aka EEE80211_RADIOTAP_MCS_MCS_MASK
What would I have to use for XXX in this sense
mcs_index= param & XXX;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.