Home
last modified time | relevance | path

Searched refs:frames_tc (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/rust/src/http2/
H A Ddetect.rs37 for i in 0..tx.frames_tc.len() { in http2_tx_has_frametype()
87 for i in 0..tx.frames_tc.len() { in http2_tx_has_errorcode()
88 match tx.frames_tc[i].data { in http2_tx_has_errorcode()
154 for i in 0..tx.frames_tc.len() { in http2_tx_get_next_priority()
205 for i in 0..tx.frames_tc.len() { in http2_tx_get_next_window()
206 match tx.frames_tc[i].data { in http2_tx_get_next_window()
487 &tx.frames_tc in http2_frames_get_header_firstvalue()
510 &tx.frames_tc in http2_frames_get_header_value()
726 &tx.frames_tc in rs_http2_tx_get_header_names()
792 &tx.frames_tc in rs_http2_tx_get_headers()
[all …]
H A Dlogger.rs214 if log_headers(&tx.frames_tc, js, &mut common)? { in log_http2()
261 let has_response = log_http2_frames(&tx.frames_tc, js)?; in log_http2()
H A Dhttp2.rs131 pub frames_tc: Vec<HTTP2Frame>, field
155 frames_tc: Vec::new(), in new()
841 tx.frames_tc.push(HTTP2Frame { in parse_frames()