/dports/security/suricata/suricata-6.0.4/src/ |
H A D | detect-http-client-body.c | 242 …(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 D | detect-http-start.c | 99 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 D | detect-http-header-names.c | 99 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 D | detect-http-header.c | 88 … 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 D | detect-file-data.c | 304 …(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 D | output-streaming.c | 183 int tx_progress_ts = AppLayerParserGetStateProgress( in HttpBodyIterator() 186 int tx_progress_tc = AppLayerParserGetStateProgress( in HttpBodyIterator()
|
H A D | output-tx.c | 239 int tx_progress_ts = AppLayerParserGetStateProgress(p->proto, alproto, in OutputTxLog() 241 int tx_progress_tc = AppLayerParserGetStateProgress(p->proto, alproto, in OutputTxLog()
|
H A D | app-layer-parser.c | 763 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 D | app-layer-parser.h | 217 int AppLayerParserGetStateProgress(uint8_t ipproto, AppProto alproto,
|
H A D | detect-app-layer-event.c | 127 if (AppLayerParserGetStateProgress(f->proto, alproto, tx, flags) == in DetectEngineAptEventInspect()
|
H A D | detect.c | 1251 const int tx_progress = AppLayerParserGetStateProgress(ipproto, alproto, tx_ptr, flow_flags); in GetDetectTx()
|
H A D | detect-engine.c | 1691 …const bool eof = (AppLayerParserGetStateProgress(f->proto, f->alproto, txv, flags) > engine->progr… in DetectEngineInspectBufferGeneric()
|
H A D | app-layer-htp.c | 1386 tx_progress = AppLayerParserGetStateProgress(IPPROTO_TCP, ALPROTO_HTTP, tx, STREAM_TOSERVER); in HtpRequestBodyHandleMultipart()
|