You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/libhtp/htp
Anoop Saldanha fd7927ecd6 Track transaction progress separately for each direction in libhtp.
Currently libhtp tracks it using the same var.  This can lead to misleading
states, since a response can come in without a full request.
13 years ago
..
Makefile.am
bstr.c libhtp: update to sync with upstream 0.2.x 14 years ago
bstr.h libhtp: update to sync with upstream 0.2.x 14 years ago
dslib.c backport oom fixes 13 years ago
dslib.h
hooks.c libhtp: don't use internal iterator 13 years ago
hooks.h
htp.c
htp.h Track transaction progress separately for each direction in libhtp. 13 years ago
htp_config.c Add separate libhtp query string normalization function and configuration toggles for it. 13 years ago
htp_connection.c libhtp: harden code against malloc failures. Bug #587. 13 years ago
htp_connection_parser.c backport oom fixes 13 years ago
htp_decompressors.c Added parentheses to fix Eclipse static code analysis 13 years ago
htp_decompressors.h
htp_parsers.c libhtp: harden code against malloc failures. Bug #587. 13 years ago
htp_request.c Track transaction progress separately for each direction in libhtp. 13 years ago
htp_request_apache_2_2.c backport oom fixes 13 years ago
htp_request_generic.c
htp_request_parsers.c
htp_response.c Track transaction progress separately for each direction in libhtp. 13 years ago
htp_response_generic.c Update bundled libhtp to 0.2.7. 14 years ago
htp_transaction.c libhtp: harden code against malloc failures. Bug #587. 13 years ago
htp_util.c Track transaction progress separately for each direction in libhtp. 13 years ago
utf8_decoder.c
utf8_decoder.h