diff options
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index e30df41f9..3f030265c 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -761,9 +761,6 @@ static void printFlow(u_int16_t id, struct ndpi_flow_info *flow, u_int16_t threa if((verbose != 1) && (verbose != 2)) return; - if(5222 == ntohs(flow->dst_port)) - printf("************\n"); - if(!json_flag) { fprintf(out, "\t%u", id); |