ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12793] Expert Info ssl.resumed incorrect after TLS renegot

Date: Mon, 05 Sep 2016 15:16:08 +0000

Comment # 15 on bug 12793 from
I have now git, compiler, packages, etc. up and running... (there was no need
for it when just reporting a bug).

This is the output I get:

$ ./tshark -v | head -1
TShark (Wireshark) 2.3.0 (6f4d73f from master)
$ for i in "-Y" "-2 -Y" "-2 -R"; do echo Option: $i; ./tshark -r
~/Session_resumption.pcapng $i ssl.resumed; done
Option: -Y
  6   0.002285 192.168.12.2 → 192.168.12.12 TLSv1 197 Server Hello, Change
Cipher Spec, Finished
Option: -2 -Y
  6   0.002285 192.168.12.2 → 192.168.12.12 TLSv1 197 Server Hello, Change
Cipher Spec, Finished
Option: -2 -R
  1   0.002285 192.168.12.2 → 192.168.12.12 TLSv1 197 Server Hello, Change
Cipher Spec, Finished
  2   0.019189 192.168.12.2 → 192.168.12.12 TLSv1 127 Change Cipher Spec,
Finished

So only -R (Read filter) shows 2 packets.

> "ServerHelloDone"
My bad. Copy&Pasted incorrectly...


You are receiving this mail because:
  • You are watching all bug changes.