diff --git a/src/output-json-smb.c b/src/output-json-smb.c index 528df3d539..a2fe47a71b 100644 --- a/src/output-json-smb.c +++ b/src/output-json-smb.c @@ -64,7 +64,8 @@ static int JsonSMBLogger(ThreadVars *tv, void *thread_data, { LogSmbLogThread *thread = thread_data; - SCJsonBuilder *jb = CreateEveHeader(p, LOG_DIR_FLOW, "smb", NULL, thread->ctx->ctx); + SCJsonBuilder *jb = + CreateEveHeaderWithTxId(p, LOG_DIR_FLOW, "smb", NULL, tx_id, thread->ctx->ctx); if (unlikely(jb == NULL)) { return TM_ECODE_FAILED; }