aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorWill Dillon <william@housedillon.com>2025-12-04 17:07:12 +0000
committerWill Dillon <william@housedillon.com>2025-12-04 17:07:12 +0000
commitbf21ebaaae44b267cfefc87eee9608c09aab96b7 (patch)
tree67234092d3c85a9c58d1fa9ca51337ac480ebfb7 /src/bin
parentBetter than 90% everywhere. (diff)
downloadmeshcore-rs-bf21ebaaae44b267cfefc87eee9608c09aab96b7.tar.gz
meshcore-rs-bf21ebaaae44b267cfefc87eee9608c09aab96b7.zip
Getting closer to no-std being done
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;