HTP  0.5
Data Fields
htp_tx_data_t Struct Reference

#include <htp.h>

Data Fields

htp_tx_ttx
 
const unsigned char * data
 
size_t len
 
int is_last
 

Detailed Description

This structure is used to pass transaction data (for example request and response body buffers) to callbacks.

Field Documentation

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.


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