HTP  0.3
Functions
htp_response_generic.c File Reference
#include "htp.h"
Include dependency graph for htp_response_generic.c:

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)

Detailed Description

Author:
Ivan Ristic ivanr.nosp@m.@web.nosp@m.kreat.nosp@m.or.c.nosp@m.om

Function Documentation

int htp_parse_response_header_generic ( htp_connp_t connp,
htp_header_t h,
char *  data,
size_t  len 
)

Generic response header parser.

Parameters:
connp
h
data
len
Returns:
HTP status

Here is the call graph for this function:

Here is the caller graph for this function:

int htp_parse_response_line_generic ( htp_connp_t connp)

Generic response line parser.

Parameters:
connp
Returns:
HTP status

Here is the call graph for this function:

Here is the caller graph for this function:

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.

Parameters:
connp
Returns:
HTP status

Here is the call graph for this function:

Here is the caller graph for this function: