diff options
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 6e037b30c..4dabbc88d 100644 --- a/example/reader_util.h +++ b/example/reader_util.h @@ -282,7 +282,7 @@ typedef struct ndpi_flow_info { } ssh_tls; struct { - char url[256], request_content_type[64], content_type[64], user_agent[256], server[128], nat_ip[32]; + char url[256], request_content_type[64], content_type[64], user_agent[256], server[128], nat_ip[32], filename[256]; u_int response_status_code; } http; |