summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-08-22 17:55:10 +0200
committerPeter Wu <peter@lekensteyn.nl>2016-09-16 22:33:37 +0000
commitc1d9ce47b5164dc010ff525335e9fa48446d7023 (patch)
tree39bbd167155b35841e9fe76bd2c0713dc3939190 /epan/dissectors/packet-ssl-utils.h
parentd32b116d408bfc64f74d7a98ad518e7cd0d4d688 (diff)
downloadwireshark-c1d9ce47b5164dc010ff525335e9fa48446d7023.tar.gz
TLS(1.3): Add new Hello extension list
* Key share (40) * Pre-Shared Key (41) * Early Data (42) * Cookie (44) Bug: 12779 Change-Id: I16e3cf691ae66e244608db233db180e24538a68d Reviewed-on: https://code.wireshark.org/review/17239 Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 5c84b42bca..eaf33f6218 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -150,6 +150,10 @@ typedef enum {
#define SSL_HND_HELLO_EXT_PADDING 0x0015
#define SSL_HND_HELLO_EXT_EXTENDED_MASTER_SECRET_TYPE 0x0017
#define SSL_HND_HELLO_EXT_SESSION_TICKET 0x0023
+#define SSL_HND_HELLO_EXT_KEY_SHARE 0x0028
+#define SSL_HND_HELLO_EXT_PRE_SHARED_KEY 0x0029
+#define SSL_HND_HELLO_EXT_EARLY_DATA 0x002A
+#define SSL_HND_HELLO_EXT_COOKIE 0x002C
#define SSL_HND_HELLO_EXT_RENEG_INFO 0xff01
#define SSL_HND_HELLO_EXT_DRAFT_VERSION_TLS13 0xff02
#define SSL_HND_HELLO_EXT_NPN 0x3374