https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4572
Sake <sake@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Sake <sake@xxxxxxxxxx> 2010-03-12 00:11:56 PST ---
The problem with your trace file is that it contains duplicate packets for all
client traffic. This breaks SSL decryption. You can use "editcap -d" to create
a new capture file without the duplicates and then SSL decryption works for the
client traffic too:
MacSake:Downloads sake$ editcap -d rui.cap rui2.cap
1122 packets seen, 331 packets skipped with duplicate window of 5 packets.
MacSake:Downloads sake$
Hope this helps!
(I'm closing this bug...)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.