Added generic Google Protobuf dissector. (#2109)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2023-10-24 12:18:31 +02:00 committed by GitHub
parent 71d768d036
commit e70333de87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
154 changed files with 468 additions and 149 deletions

View file

@ -381,6 +381,7 @@ typedef enum {
NDPI_PROTOCOL_HAPROXY = 350,
NDPI_PROTOCOL_RMCP = 351,
NDPI_PROTOCOL_CAN = 352,
NDPI_PROTOCOL_PROTOBUF = 353,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"