Ask Your Question

theglossy1's profile - activity

2019-11-13 00:36:32 +0000 received badge  Famous Question (source)
2019-03-13 08:35:05 +0000 received badge  Notable Question (source)
2018-11-29 05:13:27 +0000 received badge  Popular Question (source)
2018-07-16 21:58:13 +0000 commented answer tshark: How do I display the absolute frame number?

Makes total sense. The read filter (-R) affects the file as it's "coming in" whereas the display filter affects the outp

2018-07-16 21:56:40 +0000 marked best answer tshark: How do I display the absolute frame number?

Greetings. I want to get a list of all the SNI server_names from the https client hello packets. No problem, this works:

tshark -r capture.pcap -T fields -e ssl.handshake.extensions_server_name -2 -R ssl.handshake.extensions_server_name

In my capture, the following packets have that information 59,62,65,146,502,574,650,712.

However, I would like to see the real frame numbers associated with those. In Wireshark itself, I can just filter on:

ssl.handshake.extensions_server_name != ""

and it shows the absolute frame number. In tshark, if I specify a -e frame.number it displays 1-8 for the frame number. Is there a way to see the Wireshark-like output of the original frame number?

2018-07-16 21:56:40 +0000 received badge  Scholar (source)
2018-07-16 21:41:15 +0000 received badge  Editor (source)
2018-07-16 21:41:15 +0000 edited question tshark: How do I display the absolute frame number?

tshark: How do I display the absolute frame number? Greetings. I want to get a list of all the SNI server_names from the

2018-07-16 21:40:34 +0000 asked a question tshark: How do I display the absolute frame number?

tshark: How do I display the absolute frame number? Greetings. I want to get a list of all the SNI server_names from the