diff options
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index fe8c4fe03..7325f71b3 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -2839,7 +2839,7 @@ static int is_realtime_protocol(ndpi_protocol proto) static void dump_realtime_protocol(struct ndpi_workflow * workflow, struct ndpi_flow_info *flow) { FILE *out = results_file ? results_file : stdout; - char srcip[64], dstip[64]; + char srcip[70], dstip[70]; char ip_proto[64], app_name[64]; char date[64]; int ret = is_realtime_protocol(flow->detected_protocol); |