HTP  0.3
Data Fields
htp_mpart_part_t Struct Reference

#include <htp_multipart.h>

Collaboration diagram for htp_mpart_part_t:
Collaboration graph
[legend]

Data Fields

htp_mpartp_tmpartp
int type
size_t len
bstrname
bstrvalue
table_theaders
htp_file_tfile

Field Documentation

htp_file_t* htp_mpart_part_t::file
table_t* htp_mpart_part_t::headers

Part headers (htp_header_t instances), indexed by name.

size_t htp_mpart_part_t::len

Raw part length.

htp_mpartp_t* htp_mpart_part_t::mpartp

Pointer to the parser.

bstr* htp_mpart_part_t::name

Part name, from the Content-Disposition header.

int htp_mpart_part_t::type

Part type; see the MULTIPART_PART_* constants.

bstr* htp_mpart_part_t::value

Part value; currently only available for MULTIPART_PART_TEXT parts.


The documentation for this struct was generated from the following file: