diff options
Diffstat (limited to 'src/lib/protocols/bgp.c')
-rw-r--r-- | src/lib/protocols/bgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/bgp.c b/src/lib/protocols/bgp.c index 860473b54..dbc8e5fcc 100644 --- a/src/lib/protocols/bgp.c +++ b/src/lib/protocols/bgp.c @@ -29,7 +29,7 @@ /* this detection also works asymmetrically */ -void ndpi_search_bgp(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) +static void ndpi_search_bgp(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { struct ndpi_packet_struct *packet = &ndpi_struct->packet; u_int16_t bgp_port = htons(179); |