Skip to content

Commit

Permalink
[reassembler] update itl format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec42 committed Aug 5, 2023
1 parent 21c6cc7 commit 0598b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iridiumtk/reassembler/itl.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def filter(self,line):
q.beam= int(m.group(2))
self.ira=q
elif q.typ=="ITL:":
p=re.compile(r'V[12] OK P(\d+) (?:---|S(\d+)) ')
p=re.compile(r'V[12] OK(?:\[\d\])? P(\d+) (?:---|R\d\d|S(\d+)) ')
m=p.search(q.data)
if(not m):
print("Couldn't parse ITL: ",q.data, end=' ', file=sys.stderr)
Expand Down

0 comments on commit 0598b80

Please sign in to comment.