HTP  0.3
Data Fields
htp_log_t Struct Reference

#include <htp.h>

Collaboration diagram for htp_log_t:
Collaboration graph
[legend]

Data Fields

htp_connp_tconnp
htp_tx_ttx
const char * msg
int level
int code
const char * file
unsigned int line

Field Documentation

int htp_log_t::code

Message code.

htp_connp_t* htp_log_t::connp

The connection parser associated with this log message.

const char* htp_log_t::file

File in which the code that emitted the message resides.

int htp_log_t::level

Message level.

unsigned int htp_log_t::line

Line number on which the code that emitted the message resides.

const char* htp_log_t::msg

Log message.

htp_tx_t* htp_log_t::tx

The transaction associated with this log message, if any.


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