|
HTP
0.3
|
#include <htp.h>

Data Fields | |
| htp_connp_t * | connp |
| char * | remote_addr |
| int | remote_port |
| char * | local_addr |
| int | local_port |
| list_t * | transactions |
| list_t * | messages |
| unsigned int | flags |
| htp_time_t | open_timestamp |
| htp_time_t | close_timestamp |
| size_t | in_data_counter |
| size_t | out_data_counter |
| size_t | in_packet_counter |
| size_t | out_packet_counter |
When was this connection closed?
Connection parser associated with this connection.
| unsigned int htp_conn_t::flags |
Parsing flags: PIPELINED_CONNECTION.
| size_t htp_conn_t::in_data_counter |
Inbound data counter.
Inbound packet counter.
| char* htp_conn_t::local_addr |
Local IP address.
Local port.
Log messages associated with this connection.
When was this connection opened?
| size_t htp_conn_t::out_data_counter |
Outbound data counter.
Outbound packet counter.
| char* htp_conn_t::remote_addr |
Remote IP address.
Remote port.
Transactions carried out on this connection. The list may contain NULL elements when some of the transactions are deleted (and then removed from a connection by calling htp_conn_remove_tx().
1.7.6.1