aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index c8b268d20..06821fb0b 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1445,7 +1445,7 @@ typedef struct {
typedef struct {
u_int32_t network;
u_int8_t cidr;
- u_int8_t value;
+ u_int16_t value;
} ndpi_network;
typedef u_int32_t ndpi_init_prefs;