From e0afc16aa2ae78c39b7b51c73840f79ba1723c9c Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 5 Dec 2022 21:27:30 +0100 Subject: Exported HTTP server in metadata --- 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 ce296e2d2..675b00bdf 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -275,7 +275,7 @@ typedef struct ndpi_flow_info { } ssh_tls; struct { - char url[256], request_content_type[64], content_type[64], user_agent[256]; + char url[256], request_content_type[64], content_type[64], user_agent[256], server[128]; u_int response_status_code; } http; -- cgit v1.2.3