http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=53416
User: alagoutte
Date: 2013/11/18 08:26 PM
Log:
From Peter Wu
Add status_request_v2 TLS extension dissection (RFC6961)
Besides adding status_request_v2 support, this patch moves the
Certificate Status Type from the OCSP Status subtree to its parent
(the extension tree). This is needed because this type applies to all
OCSPResponse fields.
The check for "tree != NULL" seems unnecessary here, it was not
clarified in the original patch so I removed it.
From me
Fix typo
Remove unneeded tvb_ensure_bytes_exist
Use proto_tree_add_item
Directory: /trunk/epan/dissectors/
Changes Path Action
+3 -1 packet-ssl-utils.c Modified
+3 -1 packet-ssl-utils.h Modified
+96 -44 packet-ssl.c Modified