aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_main.h')
-rw-r--r--src/include/ndpi_main.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/ndpi_main.h b/src/include/ndpi_main.h
index 55db9235e..1c31f320b 100644
--- a/src/include/ndpi_main.h
+++ b/src/include/ndpi_main.h
@@ -100,7 +100,7 @@ u_int32_t ndpi_bytestream_to_ipv4(const u_int8_t * str, u_int16_t max_chars_to_r
void ndpi_int_add_connection(struct ndpi_detection_module_struct *ndpi_struct,
struct ndpi_flow_struct *flow,
- u_int16_t detected_protocol, ndpi_protocol_type_t protocol_type);
+ u_int16_t detected_protocol/* , ndpi_protocol_type_t protocol_type */);
/* function to parse a packet which has line based information into a line based structure
@@ -112,11 +112,11 @@ extern void ndpi_parse_packet_line_info_any(struct ndpi_detection_module_struct
extern u_int16_t ndpi_check_for_email_address(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow, u_int16_t counter);
extern void ndpi_int_change_packet_protocol(struct ndpi_detection_module_struct *ndpi_struct,
struct ndpi_flow_struct *flow,
- u_int16_t detected_protocol, ndpi_protocol_type_t protocol_type);
+ u_int16_t detected_protocol/* , ndpi_protocol_type_t protocol_type */);
extern void ndpi_int_change_protocol(struct ndpi_detection_module_struct *ndpi_struct,
struct ndpi_flow_struct *flow,
- u_int16_t detected_protocol,
- ndpi_protocol_type_t protocol_type);
+ u_int16_t detected_protocol/* , */
+ /* ndpi_protocol_type_t protocol_type */);
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],