aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/packet_analyzer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/packet_analyzer.rs b/src/bin/packet_analyzer.rs
index 98f4862..54d2f5b 100644
--- a/src/bin/packet_analyzer.rs
+++ b/src/bin/packet_analyzer.rs
@@ -6,7 +6,7 @@ use bytes::Bytes;
use clap::Parser;
use color_eyre::eyre::Result;
-use meshcore::{identity::{Keystore, KeystoreInput}, packet::Packet};
+use meshcore::{std_identity::{Keystore, KeystoreInput}, packet::Packet};
use pretty_env_logger;
use pcap_file_tokio::pcapng::PcapNgReader;