Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4349] Add support for TLS key logs

Date: Tue, 22 Dec 2009 17:40:34 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4349

Adam Langley <agl@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #4085|0                           |1
        is obsolete|                            |
   Attachment #4086|                            |review_for_checkin?
               Flag|                            |

--- Comment #2 from Adam Langley <agl@xxxxxxxxxxxx> 2009-12-22 17:40:33 PST ---
Created an attachment (id=4086)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4086)
patch v2

Diff from the previous patch:

75c75
< +        record_len = ((guint16) buf[8]) << 8 | buf[9];
---
> +        record_len = pntohs(buf + 8);

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.