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.

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.

Buffer length.

Transaction pointer.


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

Generated on 15 Jul 2018 for HTP by  doxygen 1.6.1