output/alert-debug: do not return on app-layer

just continue, so that we call aft->file_ctx->Write

Ticket: 4178
pull/13772/head
Philippe Antoine 3 months ago committed by Victor Julien
parent 646c78269a
commit 06c82a79ab

@ -285,7 +285,7 @@ static TmEcode AlertDebugLogger(ThreadVars *tv, const Packet *p, void *thread_da
int ret;
uint8_t flag;
if (!(PacketIsTCP(p)) || p->flow == NULL || p->flow->protoctx == NULL) {
return TM_ECODE_OK;
continue;
}
/* IDS mode reverse the data */
/** \todo improve the order selection policy */

Loading…
Cancel
Save