Add Apache Thrift protocol dissector. (#2007)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2023-06-22 13:07:32 +02:00 committed by GitHub
parent 8dbd591053
commit 1678888284
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
183 changed files with 498 additions and 175 deletions

View file

@ -373,6 +373,7 @@ typedef enum {
NDPI_PROTOCOL_NVIDIA = 342,
NDPI_PROTOCOL_BITCOIN = 343,
NDPI_PROTOCOL_PROTONVPN = 344,
NDPI_PROTOCOL_APACHE_THRIFT = 345,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"