From 7d0397a8fb7bc6cc0841d84c48eab0e08f6e567a Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Sat, 22 Oct 2016 22:22:15 +0200 Subject: Add protocol category ids --- src/include/ndpi_main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/ndpi_main.h') diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h index 43bd4e2bb..cd96af5d8 100644 --- a/src/include/ndpi_main.h +++ b/src/include/ndpi_main.h @@ -80,6 +80,7 @@ extern "C" { u_int16_t lower_detected_protocol); extern void ndpi_set_proto_defaults(struct ndpi_detection_module_struct *ndpi_mod, ndpi_protocol_breed_t protoBreed, u_int16_t protoId, u_int16_t tcp_alias_protoId[2], u_int16_t udp_alias_protoId[2], char *protoName, + ndpi_protocol_category_t protoCategory, ndpi_port_range *tcpDefPorts, ndpi_port_range *udpDefPorts); extern void ndpi_int_reset_packet_protocol(struct ndpi_packet_struct *packet); -- cgit v1.2.3