Update readme.md

This commit is contained in:
uhi22 2022-10-09 11:48:19 +02:00 committed by GitHub
parent 048d78a2ab
commit 673107826c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#Some try-outs with Python and network adaptor low-level communiation
# Some try-outs with Python and network adaptor low-level communiation
##Installation / Preconditions
## Installation / Preconditions
Tested with windows10
1. Install python (windows automatically launches the installer if you type „python“ into the search field of the task bar)
@ -25,4 +25,4 @@ for ts, pkt in sniffer:
print('%d\tSRC %-16s\tDST %-16s' % (ts, addr(pkt, sniffer.dloff + 12), addr(pkt, sniffer.dloff + 16)))
##Further steps
(to be continued)
(to be continued)