diff options
author | Luca Deri <lucaderi@users.noreply.github.com> | 2020-05-14 20:56:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 20:56:07 +0200 |
commit | 7037e796048d84be01d8cf96891a977b898e6c19 (patch) | |
tree | 353c0718fd8d04f0aafcba86b5d1670ba8fa02de /src/include | |
parent | fb64346e28633055dac543bc0ef6f3c406d5bbd5 (diff) | |
parent | 1edf5c49d662f7944ee976a63d54980a270a2419 (diff) |
Merge pull request #903 from Loures/dev
Extend packet struct with Content-Disposition HTTP header field
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; |