diff options
author | Campus <campus@ntop.org> | 2016-09-24 11:32:47 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-09-24 11:32:47 +0200 |
commit | 054f8376e4ad7086c9a51e032f75160c1c30e65e (patch) | |
tree | 1df75dc4bb356d8ce964a21ada23194d4c1c8b09 /src/lib/ndpi_main.c | |
parent | d601b0ce205acd9e7b699de2767c6ddac6ed8918 (diff) |
deleted meebo dissector (service not availlable anymore) - change Weibo subservice name to Sina service (more correct)
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 8eef5a210..589fa8ace 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1276,11 +1276,6 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp no_master, "WorldOfKungFu", 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_MEEBO, - no_master, - no_master, "Meebo", - 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_DCERPC, no_master, no_master, "DCE_RPC", @@ -2441,9 +2436,6 @@ void ndpi_set_protocol_detection_bitmask2(struct ndpi_detection_module_struct *n /* DHCPV6 */ init_dhcpv6_dissector(ndpi_struct, &a, detection_bitmask); - /* MEEBO */ - init_meebo_dissector(ndpi_struct, &a, detection_bitmask); - /* AFP */ init_afp_dissector(ndpi_struct, &a, detection_bitmask); |