aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-06-25 16:30:51 +0200
committerLuca Deri <deri@ntop.org>2019-06-25 16:30:51 +0200
commitcc51253007eff36e31dfd3a8aa09fbc05c01317b (patch)
treea6b449bca7f384334917eae531ee70feb7fe68d8
parenta4d797f832d3b2e970e93e4833bbd222bcc0d831 (diff)
Removed debug message
-rw-r--r--src/lib/protocols/stun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/protocols/stun.c b/src/lib/protocols/stun.c
index 58e8793ce..cf03ddaec 100644
--- a/src/lib/protocols/stun.c
+++ b/src/lib/protocols/stun.c
@@ -92,7 +92,6 @@ static ndpi_int_stun_t ndpi_int_check_stun(struct ndpi_detection_module_struct *
}
if((payload[0] != 0x80) && ((msg_len+20) > payload_length)) {
- printf("=>> NOT STUN [[%02X]\n", payload[0]);
return(NDPI_IS_NOT_STUN);
}