diff options
Diffstat (limited to 'src/lib/protocols/mqtt.c')
-rw-r--r-- | src/lib/protocols/mqtt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/mqtt.c b/src/lib/protocols/mqtt.c index 2e66e1bdc..8338bfa90 100644 --- a/src/lib/protocols/mqtt.c +++ b/src/lib/protocols/mqtt.c @@ -82,8 +82,8 @@ static int64_t get_var_int(const unsigned char *buf, int buf_len, u_int8_t *num_ /** * Dissector function that searches Mqtt headers */ -void ndpi_search_mqtt (struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow) +static void ndpi_search_mqtt(struct ndpi_detection_module_struct *ndpi_struct, + struct ndpi_flow_struct *flow) { u_int8_t pt,flags, rl_len; int64_t rl; |