From 2b30cc8f2c625ca69902b9743a23148695f24bb3 Mon Sep 17 00:00:00 2001 From: Michele Campus Date: Tue, 7 Jul 2015 21:12:49 +0200 Subject: adding init protocol (1) --- src/lib/protocols/non_tcp_udp.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/lib/protocols/non_tcp_udp.c') diff --git a/src/lib/protocols/non_tcp_udp.c b/src/lib/protocols/non_tcp_udp.c index 753ece393..c9dfaa386 100644 --- a/src/lib/protocols/non_tcp_udp.c +++ b/src/lib/protocols/non_tcp_udp.c @@ -104,4 +104,13 @@ void ndpi_search_in_non_tcp_udp(struct ndpi_detection_module_struct } } + +/* void init_non_tcp_udp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) */ +/* { */ + +/* u_int32_t a = *id; */ + + +/* } */ + #endif -- cgit v1.2.3