From baddfbb6c3d09398b207248c64dc8fe6d5568ee6 Mon Sep 17 00:00:00 2001 From: loures Date: Thu, 14 May 2020 12:42:42 +0200 Subject: Extend packet struct with Content-Disposition HTTP header field and improve HTTP binary transfer mime type check --- src/include/ndpi_typedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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; -- cgit v1.2.3