Closed elifkizilky closed 12 months ago
This command can be used to translate pcap file(univ1_pt1) into src dest ip addresses tshark -r univ1_pt1 -Y "ip.src or ip.dst" -T fields -e ip.src -e ip.dst | sort -u | wc -l
I used univ1_pt1 for my first tests, which delayed my debugging. Later
sudo tcpdump -i s1-eth1 -w capture.pcap
I successfully integrated dataset into our project. The command is : sudo tcpreplay -i s1-eth1 --duration 5 my.pcap
We need to integrate dataset into our project