aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/teamspeak.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/teamspeak.c')
-rw-r--r--src/lib/protocols/teamspeak.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/protocols/teamspeak.c b/src/lib/protocols/teamspeak.c
index 1a3acdb22..a017ff1d2 100644
--- a/src/lib/protocols/teamspeak.c
+++ b/src/lib/protocols/teamspeak.c
@@ -96,10 +96,9 @@ ts3_license_weblist:
}
}
-void init_teamspeak_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id,
- NDPI_PROTOCOL_BITMASK *detection_bitmask)
+void init_teamspeak_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id)
{
- ndpi_set_bitmask_protocol_detection("TeamSpeak", ndpi_struct, detection_bitmask, *id,
+ ndpi_set_bitmask_protocol_detection("TeamSpeak", ndpi_struct, *id,
NDPI_PROTOCOL_TEAMSPEAK,
ndpi_search_teamspeak,
NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_OR_UDP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION,