diff options
Diffstat (limited to 'src/lib/protocols/amqp.c')
-rw-r--r-- | src/lib/protocols/amqp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/amqp.c b/src/lib/protocols/amqp.c index 853b191d7..610abaa7a 100644 --- a/src/lib/protocols/amqp.c +++ b/src/lib/protocols/amqp.c @@ -72,8 +72,8 @@ void ndpi_search_amqp(struct ndpi_detection_module_struct *ndpi_struct, struct n } -void init_amqp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask) { - ndpi_set_bitmask_protocol_detection("AMQP", ndpi_struct, detection_bitmask, *id, +void init_amqp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id) { + ndpi_set_bitmask_protocol_detection("AMQP", ndpi_struct, *id, NDPI_PROTOCOL_AMQP, ndpi_search_amqp, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION, |