add message type

This commit is contained in:
Cooper Quintin
2026-01-06 08:59:42 -08:00
committed by Cooper Quintin
parent 2cd49b3757
commit 744d0772c2
2 changed files with 29 additions and 23 deletions
-5
View File
@@ -78,12 +78,7 @@ impl ImsiRequestedAnalyzer {
});
}
// Notify on any identity reqeust (IMEI or IMSI)
(_, State::IdentityRequest) => {
self.flag = Some(Event {
event_type: EventType::Informational,
message: "Identity Request happened but its not suspicious yet.".to_string(),
});
self.timeout_counter = 0;
}