aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2021-12-04 20:22:05 +0100
committerGitHub <noreply@github.com>2021-12-04 20:22:05 +0100
commit947896ad7dce9602dea1e70948363e568718cbb0 (patch)
treeac98e5e7e892172d29df004588d5093e7c02de15 /example/ndpiReader.c
parent7cba34a1e3aef9cb057db2a5f5fab22473aabc48 (diff)
Fix configure script (after fb85dac9) (#1381)
Fix/disable some LGTM warnings
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r--example/ndpiReader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c
index f4f21f99d..641575c12 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -1188,7 +1188,7 @@ static char* is_unsafe_cipher(ndpi_cipher_weakness c) {
/* ********************************** */
void print_bin(FILE *fout, const char *label, struct ndpi_bin *b) {
- u_int8_t i;
+ u_int16_t i;
const char *sep = label ? "," : ";";
ndpi_normalize_bin(b);