From 253f0691faa09f2b9ec05664484341700e466da8 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Thu, 12 Sep 2024 16:56:21 +0800 Subject: OMPUB-1385: Support parse tlcp --- include/ssl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/ssl.h b/include/ssl.h index ef7ed03..d5c1d96 100644 --- a/include/ssl.h +++ b/include/ssl.h @@ -32,6 +32,7 @@ enum ssl_interested_region #define TLSV1_2_VERSION 0x0303 #define DTLSV1_0_VERSION 0xfeff #define DTLSV1_0_VERSION_NOT 0x0100 +#define TLCPV1_VERSION 0x0101 struct cdata_buf { -- cgit v1.2.3