This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

How to fetch framelength of a frame using tshark commad ?

0

Can you please suggest a code for fetching the frame length using tshark.

asked 19 Oct '14, 22:37

udaya's gravatar image

udaya
21447
accept rate: 100%


One Answer:

2

If you want just the length you can do:

 tshark -Tfields -e frame.len -r yourfile.pcapng

answered 20 Oct '14, 01:23

JeffMorriss's gravatar image

JeffMorriss ♦
6.2k572
accept rate: 27%

Thanks Jeff!!

(20 Oct '14, 04:54) udaya