diff options
author | loures <loures.raso@gmail.com> | 2020-05-14 12:42:42 +0200 |
---|---|---|
committer | loures <loures.raso@gmail.com> | 2020-05-14 12:47:22 +0200 |
commit | baddfbb6c3d09398b207248c64dc8fe6d5568ee6 (patch) | |
tree | 6bca03facc73cd6d15d71b9653aad4c6d694ca6e /src/include | |
parent | fb64346e28633055dac543bc0ef6f3c406d5bbd5 (diff) |
Extend packet struct with Content-Disposition HTTP header field
and improve HTTP binary transfer mime type check
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 54e08ea11..e9ddfc01a 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -807,6 +807,7 @@ struct ndpi_packet_struct { struct ndpi_int_one_line_struct forwarded_line; struct ndpi_int_one_line_struct referer_line; struct ndpi_int_one_line_struct content_line; + struct ndpi_int_one_line_struct content_disposition_line; struct ndpi_int_one_line_struct accept_line; struct ndpi_int_one_line_struct user_agent_line; struct ndpi_int_one_line_struct http_url_name; |