|
HTP
0.3
|
#include "htp.h"
Functions | |
| int | htp_parse_response_line_generic (htp_connp_t *connp) |
| int | htp_parse_response_header_generic (htp_connp_t *connp, htp_header_t *h, char *data, size_t len) |
| int | htp_process_response_header_generic (htp_connp_t *connp) |
| int htp_parse_response_header_generic | ( | htp_connp_t * | connp, |
| htp_header_t * | h, | ||
| char * | data, | ||
| size_t | len | ||
| ) |
Generic response header parser.
| connp | |
| h | |
| data | |
| len |


| int htp_parse_response_line_generic | ( | htp_connp_t * | connp | ) |
Generic response line parser.
| connp |


| int htp_process_response_header_generic | ( | htp_connp_t * | connp | ) |
Generic response header line(s) processor, which assembles folded lines into a single buffer before invoking the parsing function.
| connp |


1.7.6.1