diff options
author | Luca Deri <deri@ntop.org> | 2019-01-17 00:42:45 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-01-17 00:42:45 +0100 |
commit | 85155d589980192a9761a7fc3ef07b90491cad87 (patch) | |
tree | 0cb33eca4de4eb945911bb15bbbb528b5425c742 /src | |
parent | d088a968a97c9c6a70357278c1f7a87567188328 (diff) |
Removed debug code
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 23ea29947..8ea0de499 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -3995,9 +3995,6 @@ ndpi_protocol ndpi_detection_giveup(struct ndpi_detection_module_struct *ndpi_st if(flow == NULL) return(ret); - if(flow->packet.tcp && (5222 == ntohs(flow->packet.tcp->dest))) - printf("%u - %u\n", ntohs(flow->packet.tcp->source), ntohs(flow->packet.tcp->dest)); - /* TODO: add the remaining stage_XXXX protocols */ if(flow->detected_protocol_stack[0] == NDPI_PROTOCOL_UNKNOWN) { u_int16_t guessed_protocol_id, guessed_host_protocol_id; |