filtering out protocol, sequence number, and ack using tshark
How can I filter out the protocol, sequence number, and ack using tshark
?
I could filter out other options as follow:
tshark -r traffic.pcap -T fields -E separator=, -e frame.number -e frame.time_epoch -e ip.src -e ip.dst -e tcp.srcport -e tcp.dstport -e frame.len -e tcp.flags -e _ws.col.Info -E header=y -E quote=d -E occurrence=f