htp_mpartp_t Struct Reference

#include <htp_multipart.h>

Collaboration diagram for htp_mpartp_t:
Collaboration graph
[legend]

Data Fields

htp_connp_tconnp
char * boundary
size_t boundary_len
int boundary_count
int seen_last_boundary
list_tparts
int extract_files
int extract_limit
char * extract_dir
int file_count
int(* handle_data )(htp_mpartp_t *mpartp, unsigned char *data, size_t len, int line_end)
int(* handle_boundary )(htp_mpartp_t *mpartp)
int state
size_t bpos
unsigned char * current_data
htp_mpart_part_tcurrent_part
int current_mode
size_t current_len
bstr_builder_tboundary_pieces
bstr_builder_tpart_pieces
int pieces_form_line
unsigned char first_boundary_byte
size_t boundarypos
int cr_aside

Field Documentation

Boundary to be used to extract parts.

How many boundaries were seen?

Boundary length.

int(* htp_mpartp_t::handle_data)(htp_mpartp_t *mpartp, unsigned char *data, size_t len, int line_end)

List of parts.

Did we see the last boundary?


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

Generated on 28 Jan 2013 for HTP by  doxygen 1.6.1