HTP
0.3
|
#include <htp.h>
Data Fields | |
htp_connp_t * | connp |
htp_tx_t * | tx |
const char * | msg |
int | level |
int | code |
const char * | file |
unsigned int | line |
int htp_log_t::code |
Message code.
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.
The transaction associated with this log message, if any.