mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
downgarde incomplete sib heuristic to informational
This commit is contained in:
committed by
Cooper Quintin
parent
6eba455e42
commit
f65e5708fc
@@ -17,7 +17,7 @@ impl Analyzer for IncompleteSibAnalyzer {
|
||||
}
|
||||
|
||||
fn get_version(&self) -> u32 {
|
||||
1
|
||||
2
|
||||
}
|
||||
|
||||
fn analyze_information_element(
|
||||
@@ -32,7 +32,7 @@ impl Analyzer for IncompleteSibAnalyzer {
|
||||
&& sib1.scheduling_info_list.0.len() < 2
|
||||
{
|
||||
return Some(Event {
|
||||
event_type: EventType::Medium,
|
||||
event_type: EventType::Informational,
|
||||
message: "SIB1 scheduling info list was malformed".to_string(),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user