diff --git a/readme.md b/readme.md index 2e492af..6db9b26 100644 --- a/readme.md +++ b/readme.md @@ -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) \ No newline at end of file +(to be continued)