mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 09:29:58 -07:00
lib: add Analyzer trait
This trait will be implemented by all of our heuristics, giving us a uniform interface for collecting events and displaying them to the user.
This commit is contained in:
@@ -8,3 +8,4 @@ pub mod gsmtap;
|
||||
pub mod gsmtap_parser;
|
||||
pub mod pcap;
|
||||
pub mod lte_rrc;
|
||||
pub mod analysis;
|
||||
|
||||
Reference in New Issue
Block a user