aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-01-09 18:47:47 +0100
committerLuca Deri <deri@ntop.org>2022-01-09 18:47:47 +0100
commit708d4ea33a4734eba7d3b3738115a2ae7e13ba67 (patch)
tree92f30468a85739ea4467e1beba2c1bba082c902c /example
parentbf69321a29699776f24b74e71c5dc3c80ede161b (diff)
Improved user agent analysis
Diffstat (limited to 'example')
-rw-r--r--example/reader_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/reader_util.h b/example/reader_util.h
index 83cb714f9..89bdd382c 100644
--- a/example/reader_util.h
+++ b/example/reader_util.h
@@ -225,7 +225,7 @@ typedef struct ndpi_flow_info {
} ssh_tls;
struct {
- char url[256], request_content_type[64], content_type[64], user_agent[128];
+ char url[256], request_content_type[64], content_type[64], user_agent[256];
u_int response_status_code;
} http;