diff options
Diffstat (limited to 'src/lib/protocols/vxlan.c')
-rw-r--r-- | src/lib/protocols/vxlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/vxlan.c b/src/lib/protocols/vxlan.c index 9f4bca85d..94e5c8873 100644 --- a/src/lib/protocols/vxlan.c +++ b/src/lib/protocols/vxlan.c @@ -57,7 +57,7 @@ static void ndpi_check_vxlan(struct ndpi_detection_module_struct *ndpi_struct, s return; } -void ndpi_search_vxlan(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) +static void ndpi_search_vxlan(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { NDPI_LOG_DBG(ndpi_struct, "search vxlan\n"); |