Home
last modified time | relevance | path

Searched refs:AppLayerParserGetStateProgress (Results 1 – 13 of 13) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-http-client-body.c242 …(AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) > HTP_REQUEST_BODY) ? "true"… in HttpRequestBodyGetDataCallback()
250 … !(AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) > HTP_REQUEST_BODY) && in HttpRequestBodyGetDataCallback()
302 (AppLayerParserGetStateProgress(f->proto, f->alproto, txv, flags) > engine->progress); in DetectEngineInspectBufferHttpBody()
330 if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > in DetectEngineInspectBufferHttpBody()
334 if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > in DetectEngineInspectBufferHttpBody()
H A Ddetect-http-start.c99 if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) <= in GetBufferForTX()
105 if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) <= in GetBufferForTX()
352 … if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > HTP_REQUEST_HEADERS) in InspectEngineHttpStart()
355 … if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > HTP_RESPONSE_HEADERS) in InspectEngineHttpStart()
H A Ddetect-http-header-names.c99 if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) <= in GetBufferForTX()
104 if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) <= in GetBufferForTX()
376 … if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > HTP_REQUEST_HEADERS) in InspectEngineHttpHeaderNames()
379 … if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > HTP_RESPONSE_HEADERS) in InspectEngineHttpHeaderNames()
H A Ddetect-http-header.c88 … if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) <= HTP_REQUEST_HEADERS) in GetBufferForTX()
92 … if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) <= HTP_RESPONSE_HEADERS) in GetBufferForTX()
223 … if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > HTP_REQUEST_HEADERS) in DetectEngineInspectBufferHttpHeader()
226 … if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > HTP_RESPONSE_HEADERS) in DetectEngineInspectBufferHttpHeader()
H A Ddetect-file-data.c304 …(AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) > HTP_RESPONSE_BODY) ? "true… in HttpServerBodyGetDataCallback()
312 … !(AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, flags) > HTP_RESPONSE_BODY) && in HttpServerBodyGetDataCallback()
379 (AppLayerParserGetStateProgress(f->proto, f->alproto, txv, flags) > engine->progress); in DetectEngineInspectBufferHttpBody()
407 if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > in DetectEngineInspectBufferHttpBody()
411 if (AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, txv, flags) > in DetectEngineInspectBufferHttpBody()
H A Doutput-streaming.c183 int tx_progress_ts = AppLayerParserGetStateProgress( in HttpBodyIterator()
186 int tx_progress_tc = AppLayerParserGetStateProgress( in HttpBodyIterator()
H A Doutput-tx.c239 int tx_progress_ts = AppLayerParserGetStateProgress(p->proto, alproto, in OutputTxLog()
241 int tx_progress_tc = AppLayerParserGetStateProgress(p->proto, alproto, in OutputTxLog()
H A Dapp-layer-parser.c763 int state_progress = AppLayerParserGetStateProgress(ipproto, alproto, tx, flags); in AppLayerParserSetTransactionInspectId()
802 const int state_progress = AppLayerParserGetStateProgress(ipproto, alproto, tx, flags); in AppLayerParserSetTransactionInspectId()
936 AppLayerParserGetStateProgress(ipproto, alproto, tx, tc_disrupt_flags); in AppLayerParserTransactionsCleanup()
943 AppLayerParserGetStateProgress(ipproto, alproto, tx, ts_disrupt_flags); in AppLayerParserTransactionsCleanup()
1060 int AppLayerParserGetStateProgress(uint8_t ipproto, AppProto alproto, in AppLayerParserGetStateProgress() function
H A Dapp-layer-parser.h217 int AppLayerParserGetStateProgress(uint8_t ipproto, AppProto alproto,
H A Ddetect-app-layer-event.c127 if (AppLayerParserGetStateProgress(f->proto, alproto, tx, flags) == in DetectEngineAptEventInspect()
H A Ddetect.c1251 const int tx_progress = AppLayerParserGetStateProgress(ipproto, alproto, tx_ptr, flow_flags); in GetDetectTx()
H A Ddetect-engine.c1691 …const bool eof = (AppLayerParserGetStateProgress(f->proto, f->alproto, txv, flags) > engine->progr… in DetectEngineInspectBufferGeneric()
H A Dapp-layer-htp.c1386 tx_progress = AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, STREAM_TOSERVER); in HtpRequestBodyHandleMultipart()