aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/dofus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/dofus.c')
-rw-r--r--src/lib/protocols/dofus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/dofus.c b/src/lib/protocols/dofus.c
index 1313749e8..436f84f51 100644
--- a/src/lib/protocols/dofus.c
+++ b/src/lib/protocols/dofus.c
@@ -138,9 +138,9 @@ maybe_dofus:
}
-void init_dofus_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask)
+void init_dofus_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id)
{
- ndpi_set_bitmask_protocol_detection("Dofus", ndpi_struct, detection_bitmask, *id,
+ ndpi_set_bitmask_protocol_detection("Dofus", ndpi_struct, *id,
NDPI_PROTOCOL_DOFUS,
ndpi_search_dofus,
NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION,