diff options
author | Yoni.Linder <yoni.linder@argus-sec.com> | 2017-05-19 11:42:57 +0300 |
---|---|---|
committer | alexei-argus <alexei@argus-sec.com> | 2017-06-14 16:49:50 +0300 |
commit | 7d39ba212471cbbfe5bb695dd43bbf4927239817 (patch) | |
tree | 724a99a4e1f2c03443d29b0082791eb1c69d8db4 /example/ndpiReader.c | |
parent | ae959f2d78feec6f66d29add46789078199acb93 (diff) |
removed debug prints, changed line of documentation
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index ecb023d96..6d5f5d5ee 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -1114,7 +1114,6 @@ static void setupDetection(u_int16_t thread_id, pcap_t * pcap_handle) { // enable all protocols NDPI_BITMASK_SET_ALL(all); - printf("Setting up detection..."); ndpi_set_protocol_detection_bitmask2(ndpi_thread_info[thread_id].workflow->ndpi_struct, &all); // clear memory for results |