EFForg / rayhunter

Rust tool to detect cell site simulators on an orbic mobile hotspot
GNU General Public License v3.0
19 stars 2 forks source link

Add LTE parsing, an Analyzer trait, and an implementation of one analyzer #36

Closed wgreenberg closed 6 months ago

wgreenberg commented 7 months ago

This adds a TON of autogenerated parser code and ASN.1 specs that aren't meant to be reviewed! Feel free to ignore basically everything in the telcom-parser dir except its readme and lib.rs files

Fixes #21 Fixes #25