diff options
Diffstat (limited to 'src/lib/protocols/websocket.c')
-rw-r--r-- | src/lib/protocols/websocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/websocket.c b/src/lib/protocols/websocket.c index bfa754536..93e1fc7b8 100644 --- a/src/lib/protocols/websocket.c +++ b/src/lib/protocols/websocket.c @@ -93,7 +93,7 @@ static void ndpi_check_websocket(struct ndpi_detection_module_struct *ndpi_struc } } -void ndpi_search_websocket(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) +static void ndpi_search_websocket(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) { // Break after 6 packets. if (flow->packet_counter > 10) |