aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/diameter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/diameter.c')
-rw-r--r--src/lib/protocols/diameter.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/protocols/diameter.c b/src/lib/protocols/diameter.c
index ee6c7ec6a..901d3035b 100644
--- a/src/lib/protocols/diameter.c
+++ b/src/lib/protocols/diameter.c
@@ -104,10 +104,9 @@ void ndpi_search_diameter(struct ndpi_detection_module_struct *ndpi_struct,
}
-void init_diameter_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id,
- NDPI_PROTOCOL_BITMASK *detection_bitmask)
+void init_diameter_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id)
{
- ndpi_set_bitmask_protocol_detection("Diameter", ndpi_struct, detection_bitmask, *id,
+ ndpi_set_bitmask_protocol_detection("Diameter", ndpi_struct, *id,
NDPI_PROTOCOL_DIAMETER, ndpi_search_diameter,
NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION,
SAVE_DETECTION_BITMASK_AS_UNKNOWN, ADD_TO_DETECTION_BITMASK);