From 673107826c1497c5d3e51c1f1db265192465b148 Mon Sep 17 00:00:00 2001 From: uhi22 <98478946+uhi22@users.noreply.github.com> Date: Sun, 9 Oct 2022 11:48:19 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)