diff options
author | Luca Deri <deri@ntop.org> | 2021-04-25 10:06:22 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-04-25 10:06:22 +0200 |
commit | 0ef79983488b841c6144314b125eadc72b4178a8 (patch) | |
tree | fba3e2de023003a7b72005b39dda0aa3b582c31a /src | |
parent | b4a8c8c63fe4c7b2cbb0a7e79810a150324c7fc3 (diff) |
Removed protocol space in Genshin Impact
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 698317133..fc97f13f0 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -1625,7 +1625,7 @@ static void ndpi_init_protocol_defaults(struct ndpi_detection_module_struct *ndp ndpi_build_default_ports(ports_a, 0, 0, 0, 0, 0) /* TCP */, ndpi_build_default_ports(ports_b, 0, 0, 0, 0, 0) /* UDP */); ndpi_set_proto_defaults(ndpi_str, NDPI_PROTOCOL_ACCEPTABLE, NDPI_PROTOCOL_GENSHIN_IMPACT, - "Genshin Impact", NDPI_PROTOCOL_CATEGORY_GAME, + "GenshinImpact", NDPI_PROTOCOL_CATEGORY_GAME, ndpi_build_default_ports(ports_a, 0, 0, 0, 0, 0) /* TCP */, ndpi_build_default_ports(ports_b, 22102, 0, 0, 0, 0) /* UDP */); |