|
HTP
0.5
|
#include "htp_private.h"Functions | |
| htp_status_t | htp_process_request_header_apache_2_2 (htp_connp_t *connp, unsigned char *data, size_t len) |
| int | htp_parse_request_header_apache_2_2 (htp_connp_t *connp, htp_header_t *h, unsigned char *data, size_t len) |
| int | htp_parse_request_line_apache_2_2 (htp_connp_t *connp) |
| int htp_parse_request_header_apache_2_2 | ( | htp_connp_t * | connp, |
| htp_header_t * | h, | ||
| unsigned char * | data, | ||
| size_t | len | ||
| ) |
Parses a message header line as Apache 2.2 does.
| [in] | connp | |
| [in] | h | |
| [in] | data | |
| [in] | len |
| int htp_parse_request_line_apache_2_2 | ( | htp_connp_t * | connp | ) |
Parse request line as Apache 2.2 does.
| [in] | connp |
| htp_status_t htp_process_request_header_apache_2_2 | ( | htp_connp_t * | connp, |
| unsigned char * | data, | ||
| size_t | len | ||
| ) |
Extract one request header. A header can span multiple lines, in which case they will be folded into one before parsing is attempted.
| [in] | connp | |
| [in] | data | |
| [in] | len |
1.8.3.1