Home
last modified time | relevance | path

Searched defs:detection_required (Results 1 – 6 of 6) sorted by relevance

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_msg_trailer.h39 bool detection_required() const override { return (msg_text.length() > 0); } in detection_required() function
H A Dhttp_msg_start.h35 bool detection_required() const override { return false; } in detection_required() function
H A Dhttp_msg_header.h42 bool detection_required() const override { return true; } in detection_required() function
H A Dhttp_msg_body.h38 bool detection_required() const override { return (detect_data.length() > 0); } in detection_required() function
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http2_inspect/
H A Dhttp2_data_frame.h56 bool detection_required = false; variable
H A Dhttp2_headers_frame.h56 bool detection_required = false; variable