mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-06-17 18:09:43 -07:00
add message type
This commit is contained in:
committed by
Cooper Quintin
parent
2cd49b3757
commit
744d0772c2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user