aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/redis_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/redis_net.c')
-rw-r--r--src/lib/protocols/redis_net.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/redis_net.c b/src/lib/protocols/redis_net.c
index 4ddcf13ef..1fedafdea 100644
--- a/src/lib/protocols/redis_net.c
+++ b/src/lib/protocols/redis_net.c
@@ -83,9 +83,9 @@ void ndpi_search_redis(struct ndpi_detection_module_struct *ndpi_struct, struct
}
-void init_redis_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask)
+void init_redis_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id)
{
- ndpi_set_bitmask_protocol_detection("Redis", ndpi_struct, detection_bitmask, *id,
+ ndpi_set_bitmask_protocol_detection("Redis", ndpi_struct, *id,
NDPI_PROTOCOL_REDIS,
ndpi_search_redis,
NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION,