mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-06 03:45:32 +00:00
Improved TeamViewer support
This commit is contained in:
parent
baa761a2e2
commit
9a809bf673
2 changed files with 6 additions and 2 deletions
|
|
@ -627,6 +627,10 @@ static ndpi_network host_protocol_list[] = {
|
|||
|
||||
{ 0xB2F8D000 /* 178.248.208.0 */, 21, NDPI_PROTOCOL_OCS },
|
||||
|
||||
|
||||
/* Teamviewer 159.122.189.32-63 */
|
||||
{ 0x9F7ABD30 /* 159.122.189.32 */, 21, NDPI_PROTOCOL_TEAMVIEWER },
|
||||
|
||||
/*
|
||||
IFLIX services -by www.vizuamatix.com R&D team
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1353,8 +1353,8 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp
|
|||
ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_TEAMVIEWER,
|
||||
no_master,
|
||||
no_master, "TeamViewer", NDPI_PROTOCOL_CATEGORY_REMOTE_ACCESS,
|
||||
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_build_default_ports(ports_a, 5938, 0, 0, 0, 0) /* TCP */,
|
||||
ndpi_build_default_ports(ports_b, 5938, 0, 0, 0, 0) /* UDP */);
|
||||
ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_LOTUS_NOTES,
|
||||
no_master,
|
||||
no_master, "LotusNotes", NDPI_PROTOCOL_CATEGORY_COLLABORATIVE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue