]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve.dnp3: removed unsed context field
authorJason Ish <ish@unx.ca>
Tue, 19 Dec 2017 21:46:31 +0000 (15:46 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 20 Dec 2017 15:01:19 +0000 (16:01 +0100)
src/output-json-dnp3.c

index e8730a68550f6b435f50aba724a30c99f6c5e0e3..1691b664b9f1afbb8add54b9c91686d668876ec9 100644 (file)
@@ -54,7 +54,6 @@ typedef struct LogDNP3FileCtx_ {
 
 typedef struct LogDNP3LogThread_ {
     LogDNP3FileCtx *dnp3log_ctx;
-    uint32_t        count;
     MemBuffer      *buffer;
 } LogDNP3LogThread;