aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorMichele Campus <fci1908@gmail.com>2015-06-29 16:56:54 +0200
committerMichele Campus <fci1908@gmail.com>2015-06-29 16:56:54 +0200
commit83d46d02d4407d9930d72140f5d1768bc6c7093b (patch)
tree0c844ae85f44d73ed01ff05f46f48d781d3a53ed /example/ndpiReader.c
parent276a35d36d89accb0d3ad4db7fbc0a052857f892 (diff)
parent32cdefb7d70bc0e9a59a028758510839fee39685 (diff)
Merge pull request #1 from kYroL01/no_real
No real
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c2
1 files changed, 1 insertions, 1 deletions
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);