mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
fix nits
This commit is contained in:
committed by
Will Greenberg
parent
b2cd735a07
commit
4009e3d1ed
@@ -24,6 +24,9 @@ def parse_nas_message(buffer, uplink=None):
|
||||
parsed = NASLTE.parse_NASLTE_MT(bin)
|
||||
else:
|
||||
parsed = NASLTE.parse_NASLTE_MT(bin)
|
||||
|
||||
if parsed[0] is None: # Not a NAS Packet
|
||||
raise parsed[1]
|
||||
return parsed[0]
|
||||
|
||||
def heur_ue_imsi_sent(msg):
|
||||
|
||||
Reference in New Issue
Block a user