diff options
Diffstat (limited to 'src/lib/protocols/softether.c')
-rw-r--r-- | src/lib/protocols/softether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/softether.c b/src/lib/protocols/softether.c index 57a2fddff..f889cf09f 100644 --- a/src/lib/protocols/softether.c +++ b/src/lib/protocols/softether.c @@ -288,8 +288,8 @@ static int dissect_softether_ip_port(struct ndpi_flow_struct *flow, /* ***************************************************** */ -void ndpi_search_softether(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow) { +static void ndpi_search_softether(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow) { struct ndpi_packet_struct const * const packet = &ndpi_struct->packet; NDPI_LOG_DBG(ndpi_struct, "search softether\n"); |