mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 19:15:12 +00:00
Add support for GoTo products (mainly GoToMeeting) (#1580)
There is some overlap with Citrix protocol.
This commit is contained in:
parent
ff8e1e197e
commit
338427d712
7 changed files with 140 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue