diff options
Diffstat (limited to 'src/lib/protocols/avast.c')
-rw-r--r-- | src/lib/protocols/avast.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/protocols/avast.c b/src/lib/protocols/avast.c index b94c5ad62..e133f8cf2 100644 --- a/src/lib/protocols/avast.c +++ b/src/lib/protocols/avast.c @@ -52,11 +52,10 @@ static void ndpi_search_avast(struct ndpi_detection_module_struct *ndpi_struct, NDPI_EXCLUDE_PROTO(ndpi_struct, flow); } -void init_avast_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, - NDPI_PROTOCOL_BITMASK *detection_bitmask) +void init_avast_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id) { ndpi_set_bitmask_protocol_detection("AVAST", - ndpi_struct, detection_bitmask, *id, + ndpi_struct, *id, NDPI_PROTOCOL_AVAST, ndpi_search_avast, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION, |