diff options
author | Luca Deri <deri@ntop.org> | 2015-05-13 23:37:31 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2015-05-13 23:37:31 +0200 |
commit | bcd83807040f8f00599751274de4efedfa59785d (patch) | |
tree | 5ba5b2330c42b767d0ef816d181ea7b4826bb64f /src/lib/ndpi_main.c | |
parent | 08c8fe741194079e9d30d40678e2ebc5cf6b42d6 (diff) |
Added improvement for handling bit-torrent search on UDP
Added quic protocol sample
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 379cd034b..b175ffe1b 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -946,7 +946,7 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp no_master, no_master, "BitTorrent", ndpi_build_default_ports(ports_a, 0, 0, 0, 0, 0) /* TCP */, - ndpi_build_default_ports(ports_b, 0, 0, 0, 0, 0) /* UDP */); + ndpi_build_default_ports(ports_b, 6771, 0, 0, 0, 0) /* UDP */); ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_EPP, no_master, no_master, "EPP", |