diff options
author | Luca Deri <deri@ntop.org> | 2018-02-09 18:24:35 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2018-02-09 18:24:35 +0100 |
commit | 344392868bdea23f07c5800ef7c4ac9f7b05706c (patch) | |
tree | 0c69323bd737dc5ea319a299ad473c2f79bc5349 /src/lib | |
parent | ea74d87fd8b386228cd222b7f880b3c96d9b5a67 (diff) |
Added 179 to the default BGP port list
Diffstat (limited to 'src/lib')
-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 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, |