mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Revert "Revert "Testing pcapng fileformat""
This reverts commit 0e274af5a0
.
This commit is contained in:
@ -48,7 +48,7 @@ class GPS(plugins.Plugin):
|
||||
if self.running:
|
||||
info = agent.session()
|
||||
self.coordinates = info["gps"]
|
||||
gps_filename = filename.replace(".pcap", ".gps.json")
|
||||
gps_filename = filename.replace(".pcapng", ".gps.json")
|
||||
|
||||
if self.coordinates and all([
|
||||
# avoid 0.000... measurements
|
||||
|
Reference in New Issue
Block a user