diff options
Diffstat (limited to 'src/lib/protocols/sip.c')
-rw-r--r-- | src/lib/protocols/sip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/sip.c b/src/lib/protocols/sip.c index 5389fadba..df70fdfca 100644 --- a/src/lib/protocols/sip.c +++ b/src/lib/protocols/sip.c @@ -193,7 +193,7 @@ void ndpi_search_sip_handshake(struct ndpi_detection_module_struct NDPI_EXCLUDE_PROTO(ndpi_struct, flow); } -void ndpi_search_sip(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) +static void ndpi_search_sip(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { NDPI_LOG_DBG(ndpi_struct, "search sip\n"); |