Hi,
I was going through this project (together with your blogpost), but I've noticed that there's a lot of code/code snippets missing.
For example, below the line in your Notebook saying The line below will attempt to sniff 10 packets
You can kill the sniffing operation with the stop button in the notebook, there should be some line/function defining sniff, either through tcpdump or by using scapy?
Hopefully you can add the missing code snippets to your blogpost/source code, so I could experiment with some PCAP analysis the way you proposed.
Hi,
I was going through this project (together with your blogpost), but I've noticed that there's a lot of code/code snippets missing.
For example, below the line in your Notebook saying The line below will attempt to sniff 10 packets
You can kill the sniffing operation with the stop button in the notebook, there should be some line/function defining
sniff, either through tcpdump or by using scapy?Hopefully you can add the missing code snippets to your blogpost/source code, so I could experiment with some PCAP analysis the way you proposed.