5.3.2.Cli command
tshark -Dtshark -i <interface>tshark -i en0 -w /tmp/testCap.pcaptshark -i en0 -a duration:10tshark -i en0 -f "port 80 or port 443 or port 53" -b filesize:5 -a filesize:3 -w /tmp/UPDATE.pcapbrew install watchwatch -n 1 "ls -l"
tshark -r /tmp/testCap.pcap -T fields -e iptshark -r /tmp/testCap.pcap -T fields -e ip.src | uniq
tshark -r /tmp/samplecapture.pcap -T fields -e frame.number -e ip.src -e ip.dst -e tcp.dstport -E header=y -E separator=, -E quote=d -E occurrence=f > /tmp/sample.csv

Last updated








