Wireshark-commits: [Wireshark-commits] rev 53415: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 18 Nov 2013 20:26:46 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53415

User: alagoutte
Date: 2013/11/18 08:26 PM

Log:
 From Peter Wu
 
 Add TLS StatusRequest (RFC6066) ClientHello extension recognition
 
 Only empty Responder ID lists and empty Request Extensions are
 implemented. I could not really find existing clients or servers that
 populate these.
 
 This status_request extension has a different signature for a
 ClientHello and ServerHello, in the latter the extension_data field
 must be empty. Therefore an additional parameter is added to
 dissect_ssl3_hnd_hello_ext.
 
 From me :
 Fix typo

Directory: /trunk/epan/dissectors/
  Changes    Path                  Action
  +1 -1      packet-ssl-utils.c    Modified
  +1 -0      packet-ssl-utils.h    Modified
  +87 -4     packet-ssl.c          Modified