From 412fb77faaff1ce0543d5a7a97441614e09f09be Mon Sep 17 00:00:00 2001 From: edoardocoli Date: Mon, 12 Jun 2023 23:56:57 +0200 Subject: [PATCH] readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7c61551..c04d5e1 100755 --- a/README.md +++ b/README.md @@ -44,20 +44,16 @@ By leveraging the capabilities of Bash and TShark, the MAC Packet Analyzer scrip Below we find some execution references: *Expected output for analyzing a capture file passed to the program in differents ways.* - - +
*Expected output for performing the same analysis as before but with combination of unicity flag and n flag to bound the number of packets analyzed.* - - +
*Expected output for running the analysis using the verbose flag. More details are shown regarding the counts.* - - +
*Expected output for running the same analysis but accounting for duplicates.* - To perform a stream data analysis in a certain interface we can use the following command (in this case it's necessary to have tcpdump). ``` sudo tcpdump -i -U -w .MACprobe.tmp | ./MACshuffle.sh -p