|
HTP
0.3
|
#include "htp.h"
Functions | |
| int | htp_process_request_header_generic (htp_connp_t *connp) |
| int | htp_parse_request_header_generic (htp_connp_t *connp, htp_header_t *h, unsigned char *data, size_t len) |
| int | htp_parse_request_line_generic (htp_connp_t *connp) |
| int htp_parse_request_header_generic | ( | htp_connp_t * | connp, |
| htp_header_t * | h, | ||
| unsigned char * | data, | ||
| size_t | len | ||
| ) |
Generic request header parser.
| connp | |
| h | |
| data | |
| len |


| int htp_parse_request_line_generic | ( | htp_connp_t * | connp | ) |
Generic request line parser.
| connp |


| int htp_process_request_header_generic | ( | htp_connp_t * | connp | ) |
Extract one request header. A header can span multiple lines, in which case they will be folded into one before parsing is attempted.
| connp |


1.7.6.1