This commit is contained in:
Will Greenberg
2025-03-27 11:19:50 -07:00
parent 57b0455363
commit 057c9acb40
4 changed files with 43 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ impl Analyzer for ImsiRequestedAnalyzer {
event_type: EventType::QualitativeWarning {
severity: Severity::High,
},
message: "NAS IMSI identity request detected".to_owned(),
message: format!("NAS IMSI identity request detected (packet {})", self.packet_num),
});
}
}