aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-05-18 16:43:27 +0200
committerPeter Wu <peter@lekensteyn.nl>2017-05-19 14:27:46 +0000
commit3346fc9c83719bce26cca31fc4b5d9139ab56d76 (patch)
treed054d8251c768fa2c640dce5a0dea018aa5327e4 /epan/dissectors/packet-ssl-utils.h
parentaa607c330d06667419273cdaf8559aaa534d8b90 (diff)
TLS: Add Reserved Extension type from GREASE
See https://tools.ietf.org/html/draft-ietf-tls-grease Change-Id: I305a35c50f6aa94f94f20974babb7c871393f9e7 Reviewed-on: https://code.wireshark.org/review/21706 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 7dcc6732b2..871306584e 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -175,9 +175,25 @@ typedef enum {
#define SSL_HND_HELLO_EXT_CERTIFICATE_AUTHORITIES 47
#define SSL_HND_HELLO_EXT_OID_FILTERS 48
#define SSL_HND_HELLO_EXT_POST_HANDSHAKE_AUTH 49
+#define SSL_HND_HELLO_EXT_GREASE_0A0A 2570
+#define SSL_HND_HELLO_EXT_GREASE_1A1A 6682
+#define SSL_HND_HELLO_EXT_GREASE_2A2A 10794
#define SSL_HND_HELLO_EXT_NPN 13172 /* 0x3374 */
+#define SSL_HND_HELLO_EXT_GREASE_3A3A 14906
+#define SSL_HND_HELLO_EXT_GREASE_4A4A 19018
+#define SSL_HND_HELLO_EXT_GREASE_5A5A 23130
+#define SSL_HND_HELLO_EXT_GREASE_6A6A 27242
#define SSL_HND_HELLO_EXT_CHANNEL_ID_OLD 30031 /* 0x754f */
#define SSL_HND_HELLO_EXT_CHANNEL_ID 30032 /* 0x7550 */
+#define SSL_HND_HELLO_EXT_GREASE_7A7A 31354
+#define SSL_HND_HELLO_EXT_GREASE_8A8A 35466
+#define SSL_HND_HELLO_EXT_GREASE_9A9A 39578
+#define SSL_HND_HELLO_EXT_GREASE_AAAA 43690
+#define SSL_HND_HELLO_EXT_GREASE_BABA 47802
+#define SSL_HND_HELLO_EXT_GREASE_CACA 51914
+#define SSL_HND_HELLO_EXT_GREASE_DADA 56026
+#define SSL_HND_HELLO_EXT_GREASE_EAEA 60138
+#define SSL_HND_HELLO_EXT_GREASE_FAFA 64250
#define SSL_HND_HELLO_EXT_RENEGOTIATION_INFO 65281 /* 0xFF01 */
#define SSL_HND_HELLO_EXT_DRAFT_VERSION_TLS13 65282 /* 0xFF02 */