diff options
author | Campus <campus@ntop.org> | 2018-05-24 11:40:51 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2018-05-24 11:40:51 +0200 |
commit | 31275398aac0e9862bac831596b8b11a95aae11b (patch) | |
tree | 1a9b8b0160e466882e3a148675af3ed4cfa22111 /src/lib/ndpi_main.c | |
parent | 15855038094d61464c678a133dac24f29e4348ed (diff) | |
parent | c1166c37d1757fe8a861a86c8b10aed1aff95eba (diff) |
Merge branch 'Dark-Vex-viber' into dev
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 3dc20f75c..6505463ee 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1780,8 +1780,8 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_VIBER, no_master, no_master, "Viber", NDPI_PROTOCOL_CATEGORY_CHAT, - ndpi_build_default_ports(ports_a, 0, 0, 0, 0, 0), /* TCP */ - ndpi_build_default_ports(ports_b, 7985, 7987, 0, 0, 0)); /* UDP */ + ndpi_build_default_ports(ports_a, 7985, 5242, 5243, 4244, 0), /* TCP */ + ndpi_build_default_ports(ports_b, 7985, 7987, 5242, 5243, 4244)); /* UDP */ ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_SAFE, NDPI_PROTOCOL_COAP, no_master, no_master, "COAP", NDPI_PROTOCOL_CATEGORY_RPC, |