diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-11-09 14:44:16 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-11-09 14:53:48 +0100 |
commit | e98760bb35b18c4901b331b7d2505f0a41630e54 (patch) | |
tree | c26b2e8c91a415f849c02602f7286e3a76f68277 /src/include/ndpi_protocols.h | |
parent | 89a363aff68b80f81e8f244a5292cdc5de4d5ec0 (diff) |
Added support for AmongUs.add/AmongUs
Signed-off-by: Toni Uhlig <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 7c57f4d86..05692fb00 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -212,5 +212,6 @@ void init_websocket_dissector(struct ndpi_detection_module_struct *ndpi_struct, void init_soap_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_dnscrypt_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); void init_mongodb_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_among_us_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); #endif /* __NDPI_PROTOCOLS_H__ */ |