Which expression filters TLS Server Hello messages using the handshake_type field?

Prepare for the Wireshark Traffic Analysis Exam. Study with flashcards and multiple choice questions, each question includes hints and explanations. Ace your exam!

Multiple Choice

Which expression filters TLS Server Hello messages using the handshake_type field?

Explanation:
TLS handshake messages include a type field that identifies what kind of message it is. The ServerHello message is assigned the value 2, so filtering with tls.handshake.type == 2 selects only those ServerHello frames. The other numbers correspond to different handshake messages (for example, ClientHello is 1, HelloRequest is 0), so they wouldn’t match ServerHello.

TLS handshake messages include a type field that identifies what kind of message it is. The ServerHello message is assigned the value 2, so filtering with tls.handshake.type == 2 selects only those ServerHello frames. The other numbers correspond to different handshake messages (for example, ClientHello is 1, HelloRequest is 0), so they wouldn’t match ServerHello.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy