htp_header_line_t Struct Reference

#include <htp.h>

Collaboration diagram for htp_header_line_t:
Collaboration graph
[legend]

Data Fields

bstrline
size_t name_offset
size_t name_len
size_t value_offset
size_t value_len
unsigned int has_nulls
int first_nul_offset
unsigned int flags
htp_header_theader

Field Documentation

The offset of the first NUL byte, or -1.

Parsing flags: HTP_FIELD_INVALID, HTP_FIELD_LONG, HTP_FIELD_NUL_BYTE

How many NUL bytes are there on this header line?

Header that uses this line.

Header line data.

Header name length, if applicable.

Offset at which header name begins, if applicable.

Value length, if applicable.

Offset at which header value begins, if applicable.


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

Generated on 28 Jan 2013 for HTP by  doxygen 1.6.1