aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/dropbox.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2016-06-19 21:25:58 +0200
committerLuca Deri <deri@ntop.org>2016-06-19 21:25:58 +0200
commitadbba699887af89e89e14d55ea614677750b02f4 (patch)
tree6fb8e26f5c90b050699f7c2d2c2afba636f767e6 /src/lib/protocols/dropbox.c
parent6c83cd627f13649a62dc9d5821fb5a0397951b81 (diff)
Removed false positives from CoAP protocol
Improved DNS detection Added misisng default DropBox port Fix for #154 Added sample pcap of Tor traffic for regression testing
Diffstat (limited to 'src/lib/protocols/dropbox.c')
-rw-r--r--src/lib/protocols/dropbox.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/protocols/dropbox.c b/src/lib/protocols/dropbox.c
index f51de95d2..3e53b4224 100644
--- a/src/lib/protocols/dropbox.c
+++ b/src/lib/protocols/dropbox.c
@@ -44,7 +44,6 @@ static void ndpi_check_dropbox(struct ndpi_detection_module_struct *ndpi_struct,
u_int32_t payload_len = packet->payload_packet_len;
if(packet->udp != NULL) {
-
u_int16_t dropbox_port = htons(DB_LSP_PORT);
if((packet->udp->source == dropbox_port)