diff options
author | Simone Mainardi <mainardi@ntop.org> | 2018-08-17 12:59:19 +0200 |
---|---|---|
committer | Simone Mainardi <mainardi@ntop.org> | 2018-08-17 12:59:19 +0200 |
commit | 47c2ad1b5f6e7a790a0b46d3950c915aad9c2f8f (patch) | |
tree | 82623140ea6dc5fe1816a0c63f6b688d8ff5ee66 | |
parent | 6491568e15a6e10df963383b62431b4a647af3ea (diff) |
Webex category fix
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 85cd4b9eb..25171328a 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1630,7 +1630,7 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp ndpi_build_default_ports(ports_b, 0, 0, 0, 0, 0) /* UDP */); ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_WEBEX, no_master, - no_master, "Webex", NDPI_PROTOCOL_CATEGORY_COLLABORATIVE, + no_master, "Webex", NDPI_PROTOCOL_CATEGORY_VOIP, ndpi_build_default_ports(ports_a, 0, 0, 0, 0, 0) /* TCP */, ndpi_build_default_ports(ports_b, 0, 0, 0, 0, 0) /* UDP */); ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_RADIUS, |