aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/output-json.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/output-json.h')
-rw-r--r--framework/src/suricata/src/output-json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/src/suricata/src/output-json.h b/framework/src/suricata/src/output-json.h
index 1acde3e6..89e11d86 100644
--- a/framework/src/suricata/src/output-json.h
+++ b/framework/src/suricata/src/output-json.h
@@ -35,11 +35,11 @@ void TmModuleOutputJsonRegister (void);
void CreateJSONFlowId(json_t *js, const Flow *f);
void JsonTcpFlags(uint8_t flags, json_t *js);
json_t *CreateJSONHeader(Packet *p, int direction_sensative, char *event_type);
+json_t *CreateJSONHeaderWithTxId(Packet *p, int direction_sensitive, char *event_type, uint32_t tx_id);
TmEcode OutputJSON(json_t *js, void *data, uint64_t *count);
int OutputJSONBuffer(json_t *js, LogFileCtx *file_ctx, MemBuffer *buffer);
OutputCtx *OutputJsonInitCtx(ConfNode *);
-
enum JsonFormat { COMPACT, INDENT };
/*