From 4802987178a0a49ea5ff4a01e92a35b5517734dc Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 31 Oct 2019 00:14:20 +0100 Subject: Initial work towards HTTP content-type export --- 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 3ca584c18..93df6b03a 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -194,7 +194,7 @@ typedef struct ndpi_flow_info { } ssh_tls; struct { - char url[256]; + char url[256], content_type[64], user_agent[128]; u_int response_status_code; } http; -- cgit v1.2.3