From 054f8376e4ad7086c9a51e032f75160c1c30e65e Mon Sep 17 00:00:00 2001 From: Campus Date: Sat, 24 Sep 2016 11:32:47 +0200 Subject: deleted meebo dissector (service not availlable anymore) - change Weibo subservice name to Sina service (more correct) --- src/lib/ndpi_main.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/lib/ndpi_main.c') 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); -- cgit v1.2.3