mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
Update readme.md
This commit is contained in:
parent
673107826c
commit
9b8734d4e7
1 changed files with 1 additions and 1 deletions
|
@ -24,5 +24,5 @@ addr = lambda pkt, offset: '.'.join(str(pkt[i]) for i in range(offset, offset +
|
|||
for ts, pkt in sniffer:
|
||||
print('%d\tSRC %-16s\tDST %-16s' % (ts, addr(pkt, sniffer.dloff + 12), addr(pkt, sniffer.dloff + 16)))
|
||||
|
||||
##Further steps
|
||||
## Further steps
|
||||
(to be continued)
|
||||
|
|
Loading…
Reference in a new issue