aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <lucaderi@users.noreply.github.com>2020-05-14 20:56:07 +0200
committerGitHub <noreply@github.com>2020-05-14 20:56:07 +0200
commit7037e796048d84be01d8cf96891a977b898e6c19 (patch)
tree353c0718fd8d04f0aafcba86b5d1670ba8fa02de /src/include
parentfb64346e28633055dac543bc0ef6f3c406d5bbd5 (diff)
parent1edf5c49d662f7944ee976a63d54980a270a2419 (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.h1
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;