aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/sd_rtn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/sd_rtn.c')
-rw-r--r--src/lib/protocols/sd_rtn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/sd_rtn.c b/src/lib/protocols/sd_rtn.c
index 1ddd6af06..7302a883c 100644
--- a/src/lib/protocols/sd_rtn.c
+++ b/src/lib/protocols/sd_rtn.c
@@ -83,9 +83,9 @@ void ndpi_search_sd_rtn(struct ndpi_detection_module_struct *ndpi_struct,
}
void init_sd_rtn_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("SD-RTN", ndpi_struct, detection_bitmask, *id,
+ ndpi_set_bitmask_protocol_detection("SD-RTN", ndpi_struct, *id,
NDPI_PROTOCOL_SD_RTN,
ndpi_search_sd_rtn,
NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_UDP_WITH_PAYLOAD,