suricata
|
#include <app-layer-htp.h>
Data Fields | |
htp_connp_t * | connp |
htp_conn_t * | conn |
Flow * | f |
uint64_t | transaction_cnt |
uint64_t | tx_freed |
const struct HTPCfgRec_ * | cfg |
uint16_t | flags |
uint16_t | events |
uint16_t | htp_messages_offset |
uint32_t | file_track_id |
uint64_t | last_request_data_stamp |
uint64_t | last_response_data_stamp |
StreamSlice * | slice |
FrameId | request_frame_id |
FrameId | response_frame_id |
AppLayerStateData | state_data |
Definition at line 238 of file app-layer-htp.h.
const struct HTPCfgRec_* HtpState_::cfg |
Definition at line 252 of file app-layer-htp.h.
Referenced by HtpBodyPrune(), and HTPFileOpen().
htp_conn_t* HtpState_::conn |
Definition at line 242 of file app-layer-htp.h.
Referenced by HtpGetTxForH2().
htp_connp_t* HtpState_::connp |
Definition at line 240 of file app-layer-htp.h.
Referenced by HTPStateFree().
uint16_t HtpState_::events |
Definition at line 254 of file app-layer-htp.h.
Flow* HtpState_::f |
Needed to retrieve the original flow when using HTPLib callbacks
Definition at line 243 of file app-layer-htp.h.
uint32_t HtpState_::file_track_id |
used to assign file track ids to files
Definition at line 256 of file app-layer-htp.h.
Referenced by HTPFileOpen().
uint16_t HtpState_::flags |
Definition at line 253 of file app-layer-htp.h.
uint16_t HtpState_::htp_messages_offset |
offset into conn->messages list
Definition at line 255 of file app-layer-htp.h.
uint64_t HtpState_::last_request_data_stamp |
Definition at line 257 of file app-layer-htp.h.
uint64_t HtpState_::last_response_data_stamp |
Definition at line 258 of file app-layer-htp.h.
FrameId HtpState_::request_frame_id |
Definition at line 260 of file app-layer-htp.h.
FrameId HtpState_::response_frame_id |
Definition at line 261 of file app-layer-htp.h.
StreamSlice* HtpState_::slice |
Definition at line 259 of file app-layer-htp.h.
AppLayerStateData HtpState_::state_data |
Definition at line 262 of file app-layer-htp.h.
uint64_t HtpState_::transaction_cnt |
Definition at line 244 of file app-layer-htp.h.
uint64_t HtpState_::tx_freed |
Definition at line 251 of file app-layer-htp.h.