Wigle csv format questions
Posted: Sat Jun 05, 2021 8:21 pm
Hello!
Recently, ZerBea has made changes to hcxtools that make it possible to export csv information from a pcapng file, including GPS coordinates. I then made a script that can convert those to a Wigle compatible csv file. My question here is, what should be included in the pre-header? Right now, it looks like this:
Here, I replaced the WigleWifi app name with a value called "application" parsed from the pcapng file (same goes for mode, device, display and board), then I replaced appRelease and release with the version string of said application and finally, brand has been replaced by the "interface vendor" string from the pcapng file (which is an OUI of the wifi card that was used to capture the data). But now I noticed some notes about the csv import format in the forums hinting that maybe I should instead leave the WigleWifi and its version that I'm targeting. What should really be in the pre-header in this case? I already tried importing files generated with my script and they worked fine. So I guess this is just a cosmetic/stats collecting issue...
Recently, ZerBea has made changes to hcxtools that make it possible to export csv information from a pcapng file, including GPS coordinates. I then made a script that can convert those to a Wigle compatible csv file. My question here is, what should be included in the pre-header? Right now, it looks like this:
Code: Select all
hcxdumptool,appRelease=6.2.0-8-g4d01b3d,model=hcxdumptool,release=6.2.0-8-g4d01b3d,device=hcxdumptool,display=hcxdumptool,board=hcxdumptool,brand=00c0ca