|
HTP
0.5
|
#include <htp.h>
Data Fields | |
| bstr * | name |
| bstr * | value |
| enum htp_data_source_t | source |
| enum htp_parser_id_t | parser_id |
| void * | parser_data |
Represents a single request parameter.
| bstr* htp_param_t::name |
Parameter name.
| void* htp_param_t::parser_data |
Pointer to the parser data structure that contains complete information about the parameter. Can be NULL.
| enum htp_parser_id_t htp_param_t::parser_id |
Type of the data structure referenced below.
| enum htp_data_source_t htp_param_t::source |
Source of the parameter, for example HTP_SOURCE_QUERY_STRING.
| bstr* htp_param_t::value |
Parameter value.
1.8.9.1