diff options
| author | liuxueli <[email protected]> | 2024-09-13 17:07:23 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-09-13 17:07:23 +0800 |
| commit | 482b1ac98c28ccf1908e1c7aeb9927135dfda494 (patch) | |
| tree | eccaed9147c0dd471534c672e7038df192eb3141 /src/SSL_Analyze.h | |
| parent | 253f0691faa09f2b9ec05664484341700e466da8 (diff) | |
Feature: refactor generate ja3/ja3s code
Diffstat (limited to 'src/SSL_Analyze.h')
| -rw-r--r-- | src/SSL_Analyze.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/SSL_Analyze.h b/src/SSL_Analyze.h index faaf049..cab0fd5 100644 --- a/src/SSL_Analyze.h +++ b/src/SSL_Analyze.h @@ -33,9 +33,11 @@ typedef long atomic_t; #define MAX_REGION_NUM 15 #define REGION_NAME_LEN 32 -#define SSL_KEY 3 -#define SSL_TRUE 1 -#define SSL_FLASE 0 +#define SSL_KEY 3 +#define SSL_CONTINUE 2 +#define SSL_TRUE 1 +#define SSL_FALSE 0 + struct ssl_proto_tag { char buf[8]; |
