aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
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);