ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4572] ssl decode problems

Date: Fri, 12 Mar 2010 00:11:58 -0800 (PST)
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.