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@webkreator.com>

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:


Generated on 28 Jan 2013 for HTP by  doxygen 1.6.1