Replies: 4 comments 1 reply
-
hcxdumptool use pcpng comment fields in which this (and several other information e.g. NONCE, hashes, REPLAYCOUNT,..) is stored. from hcxpcapngtool --help:
BTW: You could also try hcxlabtool which also has a GPS option (not via GPSD - instead it read the data directly from the device). Otuput is stored using NMEA 0183 format. I decided to use NMEA 0183, because it is a standard with nearly no(!) overhead in its messages. |
Beta Was this translation helpful? Give feedback.
-
Does timestamp and koorinates changes in status output (every second) or are they always the same. How is the output of hcxpcapngtool? If you add nmea to the command line, gps data are written directly to a file. Do the coordinates ant the timestamp change? To make sure it is not a broken socket to GPSD, please run hcxdumptool with option "use_gps_device=". Do not run GPSD. It would be helpful if you add an example pcapng file. 10 minutes record should be enough. |
Beta Was this translation helpful? Give feedback.
-
If you don't want to add the pcapng file here, you can send it via email. |
Beta Was this translation helpful? Give feedback.
-
By latest commit: |
Beta Was this translation helpful? Give feedback.
-
Hey everyone. I need some help with hcxdumptool.
I am trying to store gps data along with the handshakes to later visualize it.
This is the command I am using:
hcxdumptool -i wlan1 -o buttondumpgpsd.pcapng --disable_client_attacks --disable_ap_attacks --enable_status=35 --use_gpsd
While running, it shows the GPS data every 60 seconds, but I can't find it in the .pcapng file after exiting the process.
Did I miss something here? Thank you all for your time and help
Beta Was this translation helpful? Give feedback.
All reactions