diff options
Diffstat (limited to 'src/lib/protocols/teamspeak.c')
-rw-r--r-- | src/lib/protocols/teamspeak.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/protocols/teamspeak.c b/src/lib/protocols/teamspeak.c index f38962b31..9184e16e5 100644 --- a/src/lib/protocols/teamspeak.c +++ b/src/lib/protocols/teamspeak.c @@ -90,10 +90,6 @@ ts3_license_weblist: ndpi_int_teamspeak_add_connection(ndpi_struct, flow); return; } - if (flow->packet_counter >= 3) - { - NDPI_EXCLUDE_PROTO(ndpi_struct, flow); - } } void init_teamspeak_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id) |