HTP
0.5
|
#include <htp.h>
Data Fields | |
htp_file_t * | file |
const unsigned char * | data |
size_t | len |
Represents a chunk of file data.
const unsigned char* htp_file_data_t::data |
Pointer to the data buffer.
htp_file_t* htp_file_data_t::file |
File information.
size_t htp_file_data_t::len |
Buffer length.