aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/eaq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/eaq.c')
-rw-r--r--src/lib/protocols/eaq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/eaq.c b/src/lib/protocols/eaq.c
index e999e76ee..d01cae9d3 100644
--- a/src/lib/protocols/eaq.c
+++ b/src/lib/protocols/eaq.c
@@ -40,7 +40,7 @@ static void ndpi_int_eaq_add_connection(struct ndpi_detection_module_struct *ndp
}
-void ndpi_search_eaq(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) {
+static void ndpi_search_eaq(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) {
struct ndpi_packet_struct *packet = &ndpi_struct->packet;
u_int16_t sport = ntohs(packet->udp->source), dport = ntohs(packet->udp->dest);