htp_content_handlers.c File Reference

#include "htp.h"
Include dependency graph for htp_content_handlers.c:

Functions

int htp_ch_urlencoded_callback_request_body_data (htp_tx_data_t *d)
int htp_ch_urlencoded_callback_request_headers (htp_connp_t *connp)
int htp_ch_urlencoded_callback_request_line (htp_connp_t *connp)
int htp_ch_multipart_callback_request_body_data (htp_tx_data_t *d)
int htp_ch_multipart_callback_request_headers (htp_connp_t *connp)

Detailed Description

Author:
Ivan Ristic <ivanr@webkreator.com>

Function Documentation

int htp_ch_multipart_callback_request_body_data ( htp_tx_data_t d  ) 

Finalize MULTIPART processing.

Parameters:
d 

Here is the call graph for this function:

Here is the caller graph for this function:

int htp_ch_multipart_callback_request_headers ( htp_connp_t connp  ) 

Inspect request headers and register the MULTIPART request data hook if it contains a multipart/form-data body.

Parameters:
connp 

Here is the call graph for this function:

Here is the caller graph for this function:

int htp_ch_urlencoded_callback_request_body_data ( htp_tx_data_t d  ) 

Invoked to process a part of request body data.

Parameters:
d 

Here is the call graph for this function:

Here is the caller graph for this function:

int htp_ch_urlencoded_callback_request_headers ( htp_connp_t connp  ) 

Determine if the request has a URLENCODED body, then create and attach the URLENCODED parser if it does.

Here is the call graph for this function:

Here is the caller graph for this function:

int htp_ch_urlencoded_callback_request_line ( htp_connp_t connp  ) 

Parse query string, if available. This method is invoked after the request line has been processed.

Parameters:
connp 

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on 17 Aug 2012 for HTP by  doxygen 1.6.1