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

Functions

int htp_parse_single_cookie_v0 (htp_connp_t *connp, char *data, size_t len)
int htp_parse_cookies_v0 (htp_connp_t *connp)

Detailed Description

Author:
Ivan Ristic <ivanr@webkreator.com>

Function Documentation

int htp_parse_cookies_v0 ( htp_connp_t connp)

Parses Cookie request header in v0 format.

Parameters:
connp
Returns:
HTP_OK on success, HTP_ERROR on error

Here is the call graph for this function:

Here is the caller graph for this function:

int htp_parse_single_cookie_v0 ( htp_connp_t connp,
char *  data,
size_t  len 
)

Parses a single v0 request cookie and places the results into tx->request_cookies.

Parameters:
connp
data
len
Returns:
HTP_OK on success, HTP_ERROR on error.

Here is the call graph for this function:

Here is the caller graph for this function: