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

Wireshark-commits: [Wireshark-commits] rev 20212: /trunk/ /trunk/epan/dissectors/: packet-ssl.c /tr

Date: Mon, 25 Dec 2006 04:01:23 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20212

User: sfisher
Date: 2006/12/25 04:01 AM

Log:
 From Sake Blok:
 
 The attached patch changes the way the ssl-session-id is displayed.
 Currently it is not shown, only the length is shown like this:
  
    Session ID Length: 32
    Session ID (32 bytes)
  
 To me, it is not useful to repeat the length and omit the ID itself.
 With this patch the ssl-session-id is shown like this:
  
    Session ID Length: 32
    Session ID: A4B2FB0EE6D8F58DEFF68E38B1E5B4C25F1869D4BC86A96E...

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +2 -5      packet-ssl.c    Modified

Directory: /trunk/
  Changes    Path          Action
  +1 -0      AUTHORS       Modified