Add support for GoTo products (mainly GoToMeeting) (#1580)

There is some overlap with Citrix protocol.
This commit is contained in:
Ivan Nardi 2022-06-04 14:30:52 +02:00 committed by GitHub
parent ff8e1e197e
commit 338427d712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 140 additions and 5 deletions

View file

@ -321,6 +321,7 @@ typedef enum {
NDPI_PROTOCOL_SOFTETHER = 290,
NDPI_PROTOCOL_MPEGDASH = 291,
NDPI_PROTOCOL_DAZN = 292,
NDPI_PROTOCOL_GOTO = 293, /* GoTo products, mainly GoToMeeting */
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"