suricata
|
#include <app-layer-htp.h>
Data Fields | |
htp_connp_t * | connp |
htp_conn_t * | conn |
Flow * | f |
uint64_t | transaction_cnt |
uint64_t | store_tx_id |
FileContainer * | files_ts |
FileContainer * | files_tc |
const struct HTPCfgRec_ * | cfg |
uint16_t | flags |
uint16_t | events |
uint16_t | htp_messages_offset |
uint64_t | last_request_data_stamp |
uint64_t | last_response_data_stamp |
Definition at line 225 of file app-layer-htp.h.
const struct HTPCfgRec_* HtpState_::cfg |
Definition at line 235 of file app-layer-htp.h.
Referenced by DetectHttpClientBodyRegister(), HtpBodyPrune(), HTPFileOpen(), and HTPFreeConfig().
htp_conn_t* HtpState_::conn |
Definition at line 229 of file app-layer-htp.h.
Referenced by AppLayerHtpPrintStats(), HTPFreeConfig(), and HTPStateFree().
htp_connp_t* HtpState_::connp |
Definition at line 227 of file app-layer-htp.h.
Referenced by DetectLuaRegister(), and HTPStateFree().
uint16_t HtpState_::events |
Definition at line 237 of file app-layer-htp.h.
Flow* HtpState_::f |
Needed to retrieve the original flow when usin HTPLib callbacks
Definition at line 230 of file app-layer-htp.h.
Referenced by HtpConfigRestoreBackup(), HTPFileOpen(), and HTPFreeConfig().
FileContainer* HtpState_::files_tc |
Definition at line 234 of file app-layer-htp.h.
Referenced by AppLayerHtpPrintStats(), DetectFilestoreRegister(), HTPFileClose(), HTPFileOpen(), HTPFileStoreChunk(), and HTPStateFree().
FileContainer* HtpState_::files_ts |
Definition at line 233 of file app-layer-htp.h.
Referenced by AppLayerHtpPrintStats(), DetectEngineStateResetTxs(), DetectFilestoreRegister(), HtpConfigRestoreBackup(), HTPFileClose(), HTPFileOpen(), HTPFileStoreChunk(), and HTPStateFree().
uint16_t HtpState_::flags |
Definition at line 236 of file app-layer-htp.h.
Referenced by DetectFilestoreRegister(), and HTPFileOpen().
uint16_t HtpState_::htp_messages_offset |
offset into conn->messages list
Definition at line 238 of file app-layer-htp.h.
uint64_t HtpState_::last_request_data_stamp |
Definition at line 239 of file app-layer-htp.h.
Referenced by HTPFreeConfig().
uint64_t HtpState_::last_response_data_stamp |
Definition at line 240 of file app-layer-htp.h.
Referenced by HTPFreeConfig().
uint64_t HtpState_::store_tx_id |
Definition at line 232 of file app-layer-htp.h.
Referenced by DetectFilestoreRegister(), and HTPFileOpen().
uint64_t HtpState_::transaction_cnt |
Definition at line 231 of file app-layer-htp.h.
Referenced by HTPFreeConfig().