]> git.ipfire.org Git - people/ms/suricata.git/blobdiff - src/app-layer-template.h
app-layer: include decoder events in app-layer tx data
[people/ms/suricata.git] / src / app-layer-template.h
index fcd20915c3a8bffc230df43a513cabc6cea9763a..461a7e46db4529677d0867d13eb73616139e9aa6 100644 (file)
@@ -38,10 +38,6 @@ typedef struct TemplateTransaction
     /** Internal transaction ID. */
     uint64_t tx_id;
 
-    /** Application layer events that occurred
-     *  while parsing this transaction. */
-    AppLayerDecoderEvents *decoder_events;
-
     uint8_t *request_buffer;
     uint32_t request_buffer_len;