diff options
Diffstat (limited to 'src/lib/protocols/hpvirtgrp.c')
-rw-r--r-- | src/lib/protocols/hpvirtgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/hpvirtgrp.c b/src/lib/protocols/hpvirtgrp.c index 8ba9d9b8d..2ee9773d6 100644 --- a/src/lib/protocols/hpvirtgrp.c +++ b/src/lib/protocols/hpvirtgrp.c @@ -63,7 +63,7 @@ void init_hpvirtgrp_dissector(struct ndpi_detection_module_struct *ndpi_struct, ndpi_struct, detection_bitmask, *id, NDPI_PROTOCOL_HPVIRTGRP, ndpi_search_hpvirtgrp, - NDPI_SELECTION_BITMASK_PROTOCOL_TCP_WITH_PAYLOAD, + NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION, SAVE_DETECTION_BITMASK_AS_UNKNOWN, ADD_TO_DETECTION_BITMASK); |