[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0-141-gc915460
OISF Git
noreply at openinfosecfoundation.org
Thu Mar 10 18:16:22 UTC 2016
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 c91546022dc9a2161180ec6efcc62c108eb4f9d4 (commit)
via 12d7c86efca06986b75c61865dd861115a05d571 (commit)
via 81878c1998759741baf511ca97149c5612369ffb (commit)
via 44a7c12ad0afb6a6187090e485ed1268d49619a3 (commit)
from b7bf299e3bc285e751fa3c396292d35cd37c0cc1 (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 c91546022dc9a2161180ec6efcc62c108eb4f9d4
Author: Victor Julien <victor at inliniac.net>
Date: Wed Mar 9 17:02:06 2016 +0100
smtp: clean up thread local memory
commit 12d7c86efca06986b75c61865dd861115a05d571
Author: Victor Julien <victor at inliniac.net>
Date: Tue Dec 22 10:09:49 2015 +0100
stream-tcp: improve function doc
commit 81878c1998759741baf511ca97149c5612369ffb
Author: Victor Julien <victor at inliniac.net>
Date: Wed Oct 7 15:56:01 2015 +0200
Add global MAX macro.
commit 44a7c12ad0afb6a6187090e485ed1268d49619a3
Author: Maurizio Abba <mabba at lastline.com>
Date: Thu Mar 10 13:58:21 2016 +0000
decode-events: counters for decode events errors
We want to add counters in order to track the number of times we hit a
decode event. A decode event is related to an error in the protocol
decoding over a certain packet.
This patch fist modifies the decode-event list, reordering it in order
to separate single packet events from stream-related events and adding
the prefix "decoder" to decode events.
The counters are created during the decode setup and the relative event
counter is increased every time a packet with the flag PKT_IS_INVALID is
finalized in the decode phase
-----------------------------------------------------------------------
Summary of changes:
src/decode-events.c | 214 ++++++++++++++++++++++++++++++++++++++++++++
src/decode-events.h | 82 ++++++++++-------
src/decode.c | 18 +++-
src/decode.h | 1 +
src/detect-engine-event.c | 22 +++--
src/detect-engine-event.h | 221 ----------------------------------------------
src/detect-engine.c | 11 +++
src/stream-tcp.c | 5 +-
src/suricata-common.h | 4 +
9 files changed, 310 insertions(+), 268 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list