diff options
author | Luca Deri <deri@ntop.org> | 2019-06-29 13:04:06 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-06-29 13:04:06 +0200 |
commit | e8c84f3c5ddd9646529cd45e1ed2a48e1f679472 (patch) | |
tree | 4122efe90cd0adf41e34e852f4cb5fe21730882d /src/lib/ndpi_main.c | |
parent | 81d3fc8a24c5625b94c1d1aa24b2ac214d976eea (diff) |
Initial implementation of datasaver protocol support
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 fcc159350..7bb551839 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -988,9 +988,9 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp no_master, "WhatsAppVideo", 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_FUN, NDPI_PROTOCOL_FREE_46, + ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_FUN, NDPI_PROTOCOL_DATASAVER, 0 /* can_have_a_subprotocol */, no_master, - no_master, "Free", NDPI_PROTOCOL_CATEGORY_CUSTOM_1 /* dummy */, + no_master, "DataSaver", NDPI_PROTOCOL_CATEGORY_WEB /* dummy */, 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_FUN, NDPI_PROTOCOL_SIGNAL, |