aboutsummaryrefslogtreecommitdiff
path: root/example/reader_util.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-12-05 21:27:30 +0100
committerLuca Deri <deri@ntop.org>2022-12-05 21:27:30 +0100
commite0afc16aa2ae78c39b7b51c73840f79ba1723c9c (patch)
tree58cb02776a9e8f069910fe1cddd8308496e6cce6 /example/reader_util.h
parentc882120afd76255d6511f9b43b9776f8e0a9044f (diff)
Exported HTTP server in metadata
Diffstat (limited to 'example/reader_util.h')
-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 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;