htp_conn_t Struct Reference

#include <htp.h>

Data Fields

char * client_addr
int client_port
char * server_addr
int server_port
htp_list_t * transactions
htp_list_t * messages
uint8_t flags
htp_time_t open_timestamp
htp_time_t close_timestamp
int64_t in_data_counter
int64_t out_data_counter

Detailed Description

Represents a single TCP connection.


Field Documentation

Client IP address.

Client port.

When was this connection closed? Can be NULL.

Parsing flags: HTP_CONN_PIPELINED.

Inbound data counter.

htp_list_t* htp_conn_t::messages

Log messages associated with this connection.

When was this connection opened? Can be NULL.

Outbound data counter.

Server IP address.

Server 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:

Generated on 15 Jul 2018 for HTP by  doxygen 1.6.1