aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYingpei Zeng <cszyingp@yahoo.com>2018-02-11 11:09:51 +0800
committerYingpei Zeng <cszyingp@yahoo.com>2018-02-11 11:09:51 +0800
commit8f631fa19dc8c9ee00b18ddca3723ccd2078167d (patch)
tree0c69323bd737dc5ea319a299ad473c2f79bc5349
parente6412949f1ee9d03628544ee434b451f197bbb46 (diff)
parent344392868bdea23f07c5800ef7c4ac9f7b05706c (diff)
Merge branch 'dev' of https://github.com/ntop/nDPI into dev
-rw-r--r--src/lib/ndpi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c
index 8d65a50cf..86d0723e5 100644
--- a/src/lib/ndpi_main.c
+++ b/src/lib/ndpi_main.c
@@ -954,7 +954,7 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp
ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_BGP,
no_master,
no_master, "BGP", NDPI_PROTOCOL_CATEGORY_NETWORK,
- ndpi_build_default_ports(ports_a, 2605, 0, 0, 0, 0) /* TCP */,
+ ndpi_build_default_ports(ports_a, 179, 2605, 0, 0, 0) /* TCP */,
ndpi_build_default_ports(ports_b, 0, 0, 0, 0, 0) /* UDP */);
ndpi_set_proto_defaults(ndpi_mod, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_SNMP,
no_master,