aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-04-05 10:55:37 +0200
committerMichael Mann <mmann78@netscape.net>2014-04-05 23:19:50 +0000
commit0af279a6f6eb0fa50de5e705b71422d3303d80c6 (patch)
tree8e7ed551a8acf86f048cbde67b2de97baf163c8c /epan/dissectors/packet-ssl-utils.h
parent590fcbc66f95530e4dacfcf0bad8553717eba166 (diff)
ssl-utils: add detection of Supplemental Data
This adds basic detection of Supplemental Data as defined in RFC4680. Change-Id: I8dac99bf243a6bd176585d1fe70f82abcae70c7f Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Reviewed-on: https://code.wireshark.org/review/967 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 50195e9da1..f472af33fa 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -89,6 +89,7 @@
#define SSL_HND_FINISHED 20
#define SSL_HND_CERT_URL 21
#define SSL_HND_CERT_STATUS 22
+#define SSL_HND_SUPPLEMENTAL_DATA 23
/* Encrypted Extensions was NextProtocol in draft-agl-tls-nextprotoneg-03 and
* changed in draft 04 */
#define SSL_HND_ENCRYPTED_EXTS 67