Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Tshark commands lines statistics

I want to know if there are some tshark commands lines which allow get these statistics from pcap file please ?

Total packets in the forward direction Total packets in the backward direction Total size of packet in forward direction Total size of packet in backward direction Minimum size of packet in forward direction Minimum size of packet in backward direction Maximum size of packet in forward direction Maximum size of packet in backward direction Mean size of packet in forward direction Mean size of packet in backward direction ...

I did tshark -r myfile.pcap -e ip.src -e ip.dst.....But I dont know how to get the previous stat

Thanks in advance for any idea or suggestions