aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_main.h
diff options
context:
space:
mode:
authoremanuele-f <black.silver@hotmail.it>2016-10-22 22:22:15 +0200
committeremanuele-f <black.silver@hotmail.it>2016-10-22 22:22:15 +0200
commit7d0397a8fb7bc6cc0841d84c48eab0e08f6e567a (patch)
treef7a88a76687bac840f762bf88993fe0abef13c04 /src/include/ndpi_main.h
parent94c134318bc2e2b36f44cdb9e20efedf9ad99060 (diff)
Add protocol category ids
Diffstat (limited to 'src/include/ndpi_main.h')
-rw-r--r--src/include/ndpi_main.h1
1 files changed, 1 insertions, 0 deletions
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);