aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-http.h')
-rw-r--r--epan/dissectors/packet-http.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-http.h b/epan/dissectors/packet-http.h
index 49b95997c4..608fd28bc3 100644
--- a/epan/dissectors/packet-http.h
+++ b/epan/dissectors/packet-http.h
@@ -34,6 +34,9 @@ typedef struct _http_info_value_t
guint response_code;
gchar *http_host;
gchar *request_uri;
+ gchar *content_type;
+ guint32 payload_len;
+ guint8 *payload_data;
} http_info_value_t;
#endif