mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-05 04:31:53 -07:00
GPS information included in PCAP files as comment and with Kismet proposed standard
This commit is contained in:
committed by
Will Greenberg
parent
c107314194
commit
adb316e2d7
+1
-1
@@ -158,7 +158,7 @@ async fn pcapify(qmdl_path: &PathBuf) {
|
||||
for msg in container.into_messages().into_iter().flatten() {
|
||||
if let Ok(Some((timestamp, parsed))) = gsmtap_parser::parse(msg) {
|
||||
pcap_writer
|
||||
.write_gsmtap_message(parsed, timestamp)
|
||||
.write_gsmtap_message(parsed, timestamp, None)
|
||||
.await
|
||||
.expect("failed to write");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user