diff options
author | Toni <matzeton@googlemail.com> | 2024-11-11 15:17:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 15:17:33 +0100 |
commit | ccbbcdf2834c84ab6a379c19dab7a4b7636fd412 (patch) | |
tree | 7982c4f50c7c845a051161f2ff8e4db44887a80d /tests | |
parent | 35ef56cc2467e907fa1827a4e8058893dea0b8a7 (diff) |
Unify ndpi debug logging to always use a u16 protocol id (#2613)
* fixes SonarCloud complaint
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dga/dga_evaluate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dga/dga_evaluate.c b/tests/dga/dga_evaluate.c index 7a63f2ca1..71705afe4 100644 --- a/tests/dga/dga_evaluate.c +++ b/tests/dga/dga_evaluate.c @@ -40,7 +40,7 @@ void help() { static int verbose_dga_detection = 0; -static void ndpi_dbg_fn(u_int32_t protocol, +static void ndpi_dbg_fn(u_int16_t protocol, struct ndpi_detection_module_struct *module_struct, ndpi_log_level_t log_level, const char *file, const char *func, unsigned line, |