From 708d4ea33a4734eba7d3b3738115a2ae7e13ba67 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 9 Jan 2022 18:47:47 +0100 Subject: Improved user agent analysis --- example/reader_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/reader_util.h') 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; -- cgit v1.2.3