]> git.ipfire.org Git - people/ms/suricata.git/blobdiff - src/app-layer-enip-common.h
app-layer: include decoder events in app-layer tx data
[people/ms/suricata.git] / src / app-layer-enip-common.h
index d8b5a0a7e1cbe4c30621bb5684a049892fe7c3c5..90c744af0357264b42d3a1301a077674b24590b8 100644 (file)
@@ -206,8 +206,6 @@ typedef struct ENIPTransaction_
 
     TAILQ_HEAD(, CIPServiceEntry_) service_list; /**< list for CIP  */
 
-    AppLayerDecoderEvents *decoder_events;      /**< per tx events */
-
     TAILQ_ENTRY(ENIPTransaction_) next;
     AppLayerTxData tx_data;
 } ENIPTransaction;