HTP 0.5
htp_log_t Struct Reference

#include <htp.h>

Data Fields

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

Detailed Description

Represents a single log entry.

Field Documentation

◆ code

int htp_log_t::code

Message code.

◆ connp

htp_connp_t* htp_log_t::connp

The connection parser associated with this log message.

◆ file

const char* htp_log_t::file

File in which the code that emitted the message resides.

◆ level

enum htp_log_level_t htp_log_t::level

Message level.

◆ line

unsigned int htp_log_t::line

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

◆ msg

const char* htp_log_t::msg

Log message.

◆ tx

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: