]> git.ipfire.org Git - thirdparty/suricata.git/commit
eve: fix context datatype used in init functions
authorJason Ish <ish@unx.ca>
Tue, 19 Dec 2017 21:49:27 +0000 (15:49 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 20 Dec 2017 15:01:19 +0000 (16:01 +0100)
commitc4d30ddaf98e4f52878f165a8bfdf58e2b7c3bbd
tree2e574827d7191f188d12dfb3f341099743a7df20
parentb005cceb0a017a306f142b9f3a41e79e22569d17
eve: fix context datatype used in init functions

Many were using AlertJsonThread instead of OutputJsonCtx,
but as the datatypes were similar enough no harm was done.

Now that they are using their proper datatype, removed
AlertJsonThread from output.h as its no longer used.
src/output-json-dnp3.c
src/output-json-drop.c
src/output-json-nfs.c
src/output-json-stats.c
src/output-json-template.c
src/output-json.h