diff options
Diffstat (limited to 'src/lib/protocols/checkmk.c')
-rw-r--r-- | src/lib/protocols/checkmk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/checkmk.c b/src/lib/protocols/checkmk.c index f02e32265..f057ef7d9 100644 --- a/src/lib/protocols/checkmk.c +++ b/src/lib/protocols/checkmk.c @@ -70,9 +70,9 @@ void ndpi_search_checkmk(struct ndpi_detection_module_struct *ndpi_struct, void init_checkmk_dissector(struct ndpi_detection_module_struct *ndpi_struct, - u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) + u_int32_t *id) { - ndpi_set_bitmask_protocol_detection("CHECKMK", ndpi_struct, detection_bitmask, *id, + ndpi_set_bitmask_protocol_detection("CHECKMK", ndpi_struct, *id, NDPI_PROTOCOL_CHECKMK, ndpi_search_checkmk, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION, |