diff options
author | Campus <campus@ntop.org> | 2016-03-19 01:18:48 +0100 |
---|---|---|
committer | Campus <campus@ntop.org> | 2016-03-19 01:18:48 +0100 |
commit | a499da00baca803caa4c7721517a45d9a57d56fa (patch) | |
tree | 742957a27e684086603c0a6682e82b1f0d2f306e /src/lib/ndpi_main.c | |
parent | a4d9c8cc3babd40e3ba7c09b5d8b7d426ccef95c (diff) |
added tcp port 51413 for TCP BT detection
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 890c3cad8..a5fab256e 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -867,7 +867,7 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_BITTORRENT, no_master, no_master, "BitTorrent", - ndpi_build_default_ports(ports_a, 0, 0, 0, 0, 0) /* TCP */, + ndpi_build_default_ports(ports_a, 51413, 0, 0, 0, 0) /* TCP */, ndpi_build_default_ports(ports_b, 6771, 0, 0, 0, 0) /* UDP */); ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_TEREDO, no_master, |