const uint16_t file_no_match)
{
AppLayerTxData *tx_data = AppLayerParserGetTxData(f->proto, f->alproto, tx);
- BUG_ON(tx_data == NULL);
if (tx_data == NULL) {
SCLogDebug("No TX data for %" PRIu64, tx_id);
return;
void *inspect_tx = AppLayerParserGetTx(f->proto, f->alproto, alstate, inspect_tx_id);
if (inspect_tx != NULL) {
AppLayerTxData *txd = AppLayerParserGetTxData(f->proto, f->alproto, inspect_tx);
- BUG_ON(txd == NULL);
if (txd) {
ResetTxState(txd->de_state);
}
DEBUG_VALIDATE_BUG_ON(txv == NULL);
if (txv != NULL) {
AppLayerTxData *txd = AppLayerParserGetTxData(f->proto, f->alproto, txv);
- DEBUG_VALIDATE_BUG_ON(txd == NULL);
if (txd != NULL) {
if (toclient_dir) {
txd->file_flags |= FLOWFILE_STORE_TC;