diff options
author | Luca <deri@ntop.org> | 2019-10-31 00:14:20 +0100 |
---|---|---|
committer | Luca <deri@ntop.org> | 2019-10-31 00:14:20 +0100 |
commit | 4802987178a0a49ea5ff4a01e92a35b5517734dc (patch) | |
tree | 90577a9664c56338c4f71b1ec303bc1d2b39c1d2 /example/reader_util.h | |
parent | af01e61c89a66630fdc76e5059c0a348226e6f40 (diff) |
Initial work towards HTTP content-type export
Diffstat (limited to 'example/reader_util.h')
-rw-r--r-- | example/reader_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |