[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta2-242-g3967bd5
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Fri Feb 7 12:31:21 UTC 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via 3967bd5517e7ab57fd82d7ce9b70dac16057b8f7 (commit)
via 3f5acc5447a44124df48b5502b961d544fab8f88 (commit)
via 1030cf58fa1783944bc8d5a0d0d4e0985c932c44 (commit)
from 497575d38ea1394b9c170da9b9c254594b1d284d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3967bd5517e7ab57fd82d7ce9b70dac16057b8f7
Author: Victor Julien <victor at inliniac.net>
Date: Fri Feb 7 11:04:32 2014 +0100
app-layer: fix AppLayerParserProtocolIsTxEventAware
AppLayerParserProtocolIsTxEventAware would check if a proto is tx
event aware by checking if it had registered a StateHasEvents function.
However, this is an optimization function. This patch changes it to
use the StateGetEvents function instead, which is a better indicator.
commit 3f5acc5447a44124df48b5502b961d544fab8f88
Author: Victor Julien <victor at inliniac.net>
Date: Fri Feb 7 11:02:41 2014 +0100
http: per tx decoder events
Store HTTP decoder events per TX, so they can be inspected per TX.
Ticket: #839.
commit 1030cf58fa1783944bc8d5a0d0d4e0985c932c44
Author: Victor Julien <victor at inliniac.net>
Date: Thu Feb 6 18:30:33 2014 +0100
dns: fix protocol yaml setting
UDP code would accidentally depend on 'tcp' setting.
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-dns-udp.c | 2 +-
src/app-layer-htp-file.c | 8 +-
src/app-layer-htp.c | 140 ++++++++++++++++++++++++++-------------------
src/app-layer-htp.h | 4 +
src/app-layer-parser.c | 2 +-
5 files changed, 91 insertions(+), 65 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list