diff options
Diffstat (limited to 'src/lib/protocols/hpvirtgrp.c')
-rw-r--r-- | src/lib/protocols/hpvirtgrp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/protocols/hpvirtgrp.c b/src/lib/protocols/hpvirtgrp.c index 8b6c70b77..df2da5faa 100644 --- a/src/lib/protocols/hpvirtgrp.c +++ b/src/lib/protocols/hpvirtgrp.c @@ -56,11 +56,10 @@ static void ndpi_search_hpvirtgrp(struct ndpi_detection_module_struct *ndpi_stru /* ***************************************************************** */ -void init_hpvirtgrp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, - NDPI_PROTOCOL_BITMASK *detection_bitmask) +void init_hpvirtgrp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id) { ndpi_set_bitmask_protocol_detection("HP Virtual Machine Group Management", - ndpi_struct, detection_bitmask, *id, + ndpi_struct, *id, NDPI_PROTOCOL_HPVIRTGRP, ndpi_search_hpvirtgrp, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION, |