aboutsummaryrefslogtreecommitdiff
path: root/example/ndpiReader.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2015-10-26 13:21:39 +0100
committerLuca Deri <deri@ntop.org>2015-10-26 13:21:39 +0100
commit7a95a21e098ce8d73479f0a3d0753b60e312fa20 (patch)
tree0e9ce6e2ff9eccdccd2fab63ad1fa61338f8f8a8 /example/ndpiReader.c
parent8edd6289734c4e45b53eb942b16e54d1c7010de1 (diff)
Fix for #110
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 bd5760efe..1b9f070d4 100644
--- a/example/ndpiReader.c
+++ b/example/ndpiReader.c
@@ -189,7 +189,7 @@ typedef struct ndpi_flow {
u_int8_t detection_completed, protocol;
u_int16_t vlan_id;
struct ndpi_flow_struct *ndpi_flow;
- char lower_name[32], upper_name[32];
+ char lower_name[48], upper_name[48];
u_int64_t last_seen;