Home
last modified time | relevance | path

Searched refs:AppLayerParserGetTxCnt (Results 1 – 15 of 15) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dapp-layer-htp-xff.c129 total_txs = AppLayerParserGetTxCnt(f, htp_state); in HttpXFFGetIPFromTx()
189 total_txs = AppLayerParserGetTxCnt(f, htp_state); in HttpXFFGetIP()
H A Dapp-layer-parser.c740 const uint64_t total_txs = AppLayerParserGetTxCnt(f, alstate); in AppLayerParserSetTransactionInspectId()
907 const uint64_t total_txs = AppLayerParserGetTxCnt(f, alstate); in AppLayerParserTransactionsCleanup()
1075 uint64_t AppLayerParserGetTxCnt(const Flow *f, void *alstate) in AppLayerParserGetTxCnt() function
1280 p_tx_cnt = AppLayerParserGetTxCnt(f, f->alstate); in AppLayerParserParse()
1369 uint64_t cur_tx_cnt = AppLayerParserGetTxCnt(f, f->alstate); in AppLayerParserParse()
H A Dapp-layer-parser.h219 uint64_t AppLayerParserGetTxCnt(const Flow *, void *alstate);
H A Dflow-timeout.c316 const uint64_t total_txs = AppLayerParserGetTxCnt(f, f->alstate); in FlowForceReassemblyNeedReassembly()
H A Doutput-streaming.c172 const uint64_t total_txs = AppLayerParserGetTxCnt(f, f->alstate); in HttpBodyIterator()
H A Doutput-tx.c194 const uint64_t total_txs = AppLayerParserGetTxCnt(f, alstate); in OutputTxLog()
H A Ddetect-pcre.c2823 FAIL_IF(AppLayerParserGetTxCnt(&f, htp_state) != 2); in DetectPcreTxBodyChunksTest01()
2992 FAIL_IF(AppLayerParserGetTxCnt(&f, htp_state) != 2); in DetectPcreTxBodyChunksTest02()
3166 FAIL_IF(AppLayerParserGetTxCnt(&f, htp_state) != 2); in DetectPcreTxBodyChunksTest03()
H A Ddetect-engine-state.c279 uint64_t total_txs = AppLayerParserGetTxCnt(f, alstate); in DetectEngineStateResetTxs()
H A Ddetect.c1297 const uint64_t total_txs = AppLayerParserGetTxCnt(f, alstate); in DetectRunTx()
H A Ddetect-lua.c391 uint64_t total_txs= AppLayerParserGetTxCnt(p->flow, htp_state); in DetectLuaMatch()
/dports/security/suricata/suricata-6.0.4/src/tests/
H A Ddetect-http-client-body.c2071 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpClientBodyTest14()
2296 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpClientBodyTest15()
H A Ddetect-http-server-body.c6817 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpServerBodyTest14()
6981 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpServerBodyTest15()
8902 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpServerBodyFileDataTest09()
9062 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpServerBodyFileDataTest10()
H A Ddetect-http-user-agent.c2939 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpUATest14()
H A Ddetect-http-host.c3714 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpHHTest14()
5595 if (AppLayerParserGetTxCnt(&f, htp_state) != 2) { in DetectHttpHRHTest14()
/dports/security/suricata/suricata-6.0.4/
H A DChangeLog1402 Bug #1101: Segmentation in AppLayerParserGetTxCnt