|
|
@ -49,14 +49,14 @@ By leveraging the capabilities of Bash and TShark, the MAC Packet Analyzer scrip
|
|
|
|
./MACshuffle.sh -h
|
|
|
|
./MACshuffle.sh -h
|
|
|
|
```
|
|
|
|
```
|
|
|
|
Below we find some execution references:
|
|
|
|
Below we find some execution references:
|
|
|
|
<img src=https://github.com/edoardoColi/5G_Sandbox/blob/edoardoColi/images/MACshuffle/analyze_file.png width="85%" height="85%">
|
|
|
|
<img src=https://github.com/edoardoColi/5G_Sandbox/blob/edoardoColi/images/MACshuffle/analyze_file.png width="95%" height="95%">
|
|
|
|
* Expected output for analyzing a capture file passed to the program in differents ways.*
|
|
|
|
*Expected output for analyzing a capture file passed to the program in differents ways.*
|
|
|
|
<img src=https://github.com/edoardoColi/5G_Sandbox/blob/edoardoColi/images/MACshuffle/unicity_bounded_test.png width="85%" height="85%">
|
|
|
|
<img src=https://github.com/edoardoColi/5G_Sandbox/blob/edoardoColi/images/MACshuffle/unicity_bounded_test.png width="95%" height="95%">
|
|
|
|
* 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 performing the same analysis as before but with combination of unicity flag and n flag to bound the number of packets analyzed.*
|
|
|
|
<img src=https://github.com/edoardoColi/5G_Sandbox/blob/edoardoColi/images/MACshuffle/versose_test width="85%" height="85%">
|
|
|
|
<img src=https://github.com/edoardoColi/5G_Sandbox/blob/edoardoColi/images/MACshuffle/versose_test width="95%" height="95%">
|
|
|
|
* Expected output for running the analysis using the verbose flag. More details are shown regarding the counts.*
|
|
|
|
*Expected output for running the analysis using the verbose flag. More details are shown regarding the counts.*
|
|
|
|
<img src=https://github.com/edoardoColi/5G_Sandbox/blob/edoardoColi/images/MACshuffle/verbose_unicity_test.png width="85%" height="85%">
|
|
|
|
<img src=https://github.com/edoardoColi/5G_Sandbox/blob/edoardoColi/images/MACshuffle/verbose_unicity_test.png width="95%" height="95%">
|
|
|
|
* Expected output for running the same analysis but accounting for duplicates.*
|
|
|
|
*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).
|
|
|
|
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 <interface> -U -w .MACprobe.tmp | ./MACshuffle.sh -p
|
|
|
|
sudo tcpdump -i <interface> -U -w .MACprobe.tmp | ./MACshuffle.sh -p
|
|
|
|