|
HTP
0.5
|
#include <htp.h>
Data Fields | |
| htp_tx_t * | tx |
| const unsigned char * | data |
| size_t | len |
| int | is_last |
This structure is used to pass transaction data (for example request and response body buffers) to callbacks.
| const unsigned char* htp_tx_data_t::data |
Pointer to the data buffer.
| int htp_tx_data_t::is_last |
Indicator if this chunk of data is the last in the series. Currently used only by REQUEST_HEADER_DATA, REQUEST_TRAILER_DATA, RESPONSE_HEADER_DATA, and RESPONSE_TRAILER_DATA callbacks.
| size_t htp_tx_data_t::len |
Buffer length.
| htp_tx_t* htp_tx_data_t::tx |
Transaction pointer.
1.8.9.1