diff options
author | Campus <campus@ntop.org> | 2016-06-24 13:19:56 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-06-24 13:19:56 +0200 |
commit | 96623c0e4f17c48111fdd8e38d58ebee0c5f26a4 (patch) | |
tree | a47cde7b2cd625cf88d1fa6627b19773ba25ac53 /src | |
parent | 0f089bd49a8bfa1e57e862cef1352c6514f4719f (diff) | |
parent | b318d191a51af7638b1e64924a214e91fa9aa09e (diff) |
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 58374849e..84232a313 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3292,8 +3292,6 @@ ndpi_protocol ndpi_l4_detection_process_packet(struct ndpi_detection_module_stru flow->packet.iphv6 || #endif flow->packet.iph)) { - u_int32_t saddr, daddr; - flow->protocol_id_already_guessed = 1; flow->guessed_protocol_id = (int16_t)ndpi_guess_protocol_id(ndpi_struct, l4_proto, sport, dport); @@ -4485,7 +4483,6 @@ static int ndpi_automa_match_string_subprotocol(struct ndpi_detection_module_str u_int8_t is_host_match) { int matching_protocol_id = ndpi_match_string_subprotocol(ndpi_struct, string_to_match, string_to_match_len, is_host_match); struct ndpi_packet_struct *packet = &flow->packet; - AC_TEXT_t ac_input_text; #ifdef DEBUG { |