From bb7823b54eb424ab95f383c9cd8aad891ee26363 Mon Sep 17 00:00:00 2001 From: uhi22 <98478946+uhi22@users.noreply.github.com> Date: Sun, 9 Oct 2022 15:47:56 +0200 Subject: [PATCH] Added test image in readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index e3589e1..d70f632 100644 --- a/readme.md +++ b/readme.md @@ -24,5 +24,9 @@ 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))) +## Test image +(Just added in the Github web interface while editing the readme.md, by pressing Ctrl-V) +![image](https://user-images.githubusercontent.com/98478946/194760396-11c36e78-fed3-4d07-87ff-c7d2649a41b2.png) + ## Further steps (to be continued)