diff options
author | lns <matzeton@googlemail.com> | 2023-09-24 21:15:50 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-10-02 17:51:31 +0200 |
commit | 6513a64762033249ba4c1d34752fd739ef4a05f6 (patch) | |
tree | 05b3030656f75da6bed6c18f35766fb7f7dcfb8c /src/lib/protocols/tls.c | |
parent | 725fcf4852f06e2f54469c2439d13169d5d68d09 (diff) |
Added HAProxy protocol.add/haproxy
* fixed tests/do.sh.in failure print
Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/lib/protocols/tls.c')
-rw-r--r-- | src/lib/protocols/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/tls.c b/src/lib/protocols/tls.c index bedc3be59..09e10858e 100644 --- a/src/lib/protocols/tls.c +++ b/src/lib/protocols/tls.c @@ -2543,7 +2543,7 @@ int processClientServerHello(struct ndpi_detection_module_struct *ndpi_struct, } } else if(extension_id == 65037 /* ECH: latest drafts */) { #ifdef DEBUG_TLS - printf("Client TLS: ECH version 0x%x\n", extension_id; + printf("Client TLS: ECH version 0x%x\n", extension_id); #endif /* Beginning with draft-08, the version is the same as the code point for the "encrypted_client_hello" extension. */ |