-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong RSSI value #9
Comments
Hi, |
YES. I have shown the fix above. it's line 56 |
A more general fix is to use the offical radiotap library to parse the RSSI value Something like this:
This adds a dependancy but it is a more robust fix. |
So before I make the fix I am unable to run Probemon. After I make: |
I am having the same issue. If we use the above where would this get placed in the coding? |
this worked for me. |
So instead of importing a new dependancy with python-radiotap, one can use the following function (this is a stripped down version of the python-radiotap parsing module)
So, for example replace line 56 with
You will need to import struct module |
With latest scapy you can just use: |
When I use the
-r
or--rssi
switch I got big negative value that are non sense.I found out that I must replace the line 56 with this one:
to get the correct value
I don't know if it's universal.
The text was updated successfully, but these errors were encountered: