Comment # 15
on bug 12793
from Andre Luyer
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.