HTP  0.3
Data Fields
htp_conn_t Struct Reference

#include <htp.h>

Collaboration diagram for htp_conn_t:
Collaboration graph
[legend]

Data Fields

htp_connp_tconnp
char * remote_addr
int remote_port
char * local_addr
int local_port
list_ttransactions
list_tmessages
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

Field Documentation

When was this connection closed?

Connection parser associated with this connection.

unsigned int htp_conn_t::flags

Parsing flags: PIPELINED_CONNECTION.

Inbound data counter.

Inbound packet counter.

Local IP address.

Local port.

Log messages associated with this connection.

When was this connection opened?

Outbound data counter.

Outbound packet counter.

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().


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