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/rust/htp/src
Philippe Antoine 833a738dd1 http: fail tx creation if we cannot allocate user data
So, we always have a libhtp.rs htp_tx_t and a Suricata tx
with its AppLayerTxData

Thus AppLayerParserGetTxData cannot return NULL

Ticket: 5739
1 year ago
..
c_api http: fail tx creation if we cannot allocate user data 1 year ago
test
bstr.rs
config.rs http: fail tx creation if we cannot allocate user data 1 year ago
connection.rs
connection_parser.rs
decompressors.rs http1: brotli decompression 1 year ago
error.rs
headers.rs
hook.rs http: fail tx creation if we cannot allocate user data 1 year ago
lib.rs rust/htp: remove unused code 1 year ago
log.rs
parsers.rs
request.rs http1: brotli decompression 1 year ago
request_generic.rs
response.rs http1: brotli decompression 1 year ago
response_generic.rs
transaction.rs http: fail tx creation if we cannot allocate user data 1 year ago
transactions.rs http: fail tx creation if we cannot allocate user data 1 year ago
unicode_bestfit_map.rs
uri.rs
urlencoded.rs
utf8_decoder.rs
util.rs