Skip to content

Commit

Permalink
prepare off-line GPS evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jul 12, 2024
1 parent 5cbaa69 commit 1c19fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hcxpcapngtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -6041,7 +6041,6 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
" delimiter: tabulator (0x08)\n"
" columns:\n"
" YYYY-MM-DD HH:MM:SS MAC_AP ESSID ENC_TYPE CIPHER AKM COUNTRY_INFO CHANNEL RSSI GPS(DM.m) GPS(D.d) GPSFIX SATCOUNT HDOP ALTITUDE UNIT\n"
" to convert it to other formats, use bash tools or scripting languages\n"
" GPS FIX:\n"
" 0 = fix not available or invalid\n"
" 1 = fix valid (GPS SPS mode)\n"
Expand All @@ -6050,6 +6049,7 @@ fprintf(stdout, "%s %s (C) %s ZeroBeat\n"
" 4 = not supported\n"
" 5 = not supported\n"
" 6 = fix valid (Dead Reckoning Mode)\n"
" to convert it to other formats, use bash tools or scripting languages\n"
"\n", eigenname, VERSION_TAG, VERSION_YEAR, eigenname, eigenname, eigenname, eigenname, eigenname, eigenname,
EAPOLTIMEOUT / 1000000, NONCEERRORCORRECTION, ESSIDSMAX);

Expand Down

0 comments on commit 1c19fe1

Please sign in to comment.