Added HAProxy protocol. (#2088)

* fixed tests/do.sh.in failure print

Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2023-10-02 18:10:47 +02:00 committed by GitHub
parent 77e5daf03e
commit a98d7ff433
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
97 changed files with 216 additions and 94 deletions

View file

@ -378,6 +378,7 @@ typedef enum {
NDPI_PROTOCOL_SERVICE_LOCATION = 347,
NDPI_PROTOCOL_MULLVAD = 348,
NDPI_PROTOCOL_HTTP2 = 349,
NDPI_PROTOCOL_HAPROXY = 350,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"