56k: s
This commit is contained in:
parent
38742c03df
commit
364002b031
|
@ -158,6 +158,9 @@ de-framer because sometimes frames seemed to not be started or terminated proper
|
|||
if len(buf2) > 0:
|
||||
print(PPP(buf2).__repr__())
|
||||
|
||||
(This code is really awful CTF code, please ignore the 200 awful spaghetti things I'm doing in this
|
||||
snippet.)
|
||||
|
||||
Now we can see what the packets mean. In particular, we spot these ones:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue