diff options
author | Toni <matzeton@googlemail.com> | 2021-04-25 10:02:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-25 10:02:07 +0200 |
commit | b4a8c8c63fe4c7b2cbb0a7e79810a150324c7fc3 (patch) | |
tree | 22f81cd650288f56cb01eabb8484800370cdc0bf /src/include/ndpi_protocols.h | |
parent | d95cd9912c158ba7bee75d88e99a0a5619882bec (diff) |
Add Genshin Impact protocol. (#1173)
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 b753def52..959a6d643 100644 --- a/src/include/ndpi_protocols.h +++ b/src/include/ndpi_protocols.h @@ -213,5 +213,6 @@ void init_dnscrypt_dissector(struct ndpi_detection_module_struct *ndpi_struct, u 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); void init_hpvirtgrp_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); +void init_genshin_impact_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_int32_t *id, NDPI_PROTOCOL_BITMASK *detection_bitmask); #endif /* __NDPI_PROTOCOLS_H__ */ |