]> git.ipfire.org Git - thirdparty/suricata.git/commit
eve-http: register with app-layer api 890/head
authorVictor Julien <victor@inliniac.net>
Wed, 12 Mar 2014 08:31:34 +0000 (09:31 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 12 Mar 2014 08:31:34 +0000 (09:31 +0100)
commite04b5f0dcaa11bd4f9d630bf42f4f5fb999a7d54
tree8727fa06ef9e04663f99d106f703b9e0ae6be594
parent5d96ea570fd1d3db92acb154e3642d0f9233b56c
eve-http: register with app-layer api

The HTTP module of Eve didn't register itself with the app-layer
for HTTP. This meant that if no other HTTP logger was active, the
HTTP logging in Eve wouldn't work.

This patch makes the HTTP Eve module register itself correctly.

Bug #1133.
src/output-json-http.c