elifkizilky / SpaceDancers

0 stars 0 forks source link

Find how to integrate dataset to project #17

Closed elifkizilky closed 12 months ago

elifkizilky commented 1 year ago

We need to integrate dataset into our project

bgmrsln commented 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

bgmrsln commented 12 months ago

I used univ1_pt1 for my first tests, which delayed my debugging. Later

bgmrsln commented 12 months ago

I successfully integrated dataset into our project. The command is : sudo tcpreplay -i s1-eth1 --duration 5 my.pcap