From 8da7af7b7b37724f8dcbce6c0b36962db36ef047 Mon Sep 17 00:00:00 2001 From: Michele Campus Date: Mon, 29 Jun 2015 16:24:51 +0200 Subject: deleted protocol type (real-correlated) --- example/ndpiReader.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index d75000bf6..a81a03fa9 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -977,7 +977,7 @@ static unsigned int packet_processing(u_int16_t thread_id, flow->detection_completed = 1; if((flow->detected_protocol == NDPI_PROTOCOL_UNKNOWN) && (ndpi_flow->num_stun_udp_pkts > 0)) - ndpi_int_add_connection(ndpi_thread_info[thread_id].ndpi_struct, ndpi_flow, NDPI_PROTOCOL_STUN, NDPI_REAL_PROTOCOL); + ndpi_int_add_connection(ndpi_thread_info[thread_id].ndpi_struct, ndpi_flow, NDPI_PROTOCOL_STUN/* , NDPI_REAL_PROTOCOL */); snprintf(flow->host_server_name, sizeof(flow->host_server_name), "%s", flow->ndpi_flow->host_server_name); -- cgit v1.2.3