diff options
Diffstat (limited to 'src/lib/protocols/imo.c')
-rw-r--r-- | src/lib/protocols/imo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/imo.c b/src/lib/protocols/imo.c index effb40826..d3c9c23ca 100644 --- a/src/lib/protocols/imo.c +++ b/src/lib/protocols/imo.c @@ -68,8 +68,8 @@ void ndpi_search_imo(struct ndpi_detection_module_struct *ndpi_struct, struct nd void init_imo_dissector(struct ndpi_detection_module_struct *ndpi_struct, - u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) { - ndpi_set_bitmask_protocol_detection("IMO", ndpi_struct, detection_bitmask, *id, + u_int32_t *id) { + ndpi_set_bitmask_protocol_detection("IMO", ndpi_struct, *id, NDPI_PROTOCOL_IMO, ndpi_search_imo, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_UDP_WITH_PAYLOAD, |