Add TiVoConnect dissector. Fixes #1697. (#1699)

* added static assert if supported, to complain if the flow struct changes

Signed-off-by: lns <matzeton@googlemail.com>
This commit is contained in:
Toni 2022-08-08 19:04:20 +02:00 committed by GitHub
parent 523360001e
commit 2e25c36396
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
118 changed files with 1945 additions and 1699 deletions

View file

@ -336,6 +336,7 @@ typedef enum {
NDPI_PROTOCOL_THREEMA = 305,
NDPI_PROTOCOL_ALICLOUD = 306,
NDPI_PROTOCOL_AVAST = 307,
NDPI_PROTOCOL_TIVOCONNECT = 308,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"