diff options
author | Toni <matzeton@googlemail.com> | 2022-08-03 12:03:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-03 12:03:36 +0200 |
commit | ac24b35b1fa36f8df6d586742200a0dc2d54f59e (patch) | |
tree | 5bc908a8d240de648cc37975e798c6f9ede2f632 /src/include/ndpi_protocols.h | |
parent | c3c73e7bff903ec6ea939b61890d4b4214569198 (diff) |
Add Discord dissector. (#1694)
* fixed RiotGames false positive
Signed-off-by: lns <matzeton@googlemail.com>
Diffstat (limited to 'src/include/ndpi_protocols.h')
-rw-r--r-- | src/include/ndpi_protocols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_protocols.h b/src/include/ndpi_protocols.h index 1402e4022..7087b0231 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -236,6 +236,7 @@ void init_alicloud_dissector(struct ndpi_detection_module_struct *ndpi_struct, u void init_avast_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_softether_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_activision_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_discord_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); /* ndpi_main.c */ extern u_int32_t ndpi_ip_port_hash_funct(u_int32_t ip, u_int16_t port); |