[Oisf-devel] [COMMIT] OISF branch, master-1.4.x, updated. suricata-1.4.1-21-gd78d864

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Fri May 17 07:02:20 UTC 2013


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-1.4.x has been updated
       via  d78d86436a925b0b19cf547888b28f168ccc478b (commit)
       via  ab414d8dea18be122c6d2ae89862c7259518736a (commit)
      from  dbe0c0eb77f400be68e24a477153c7ebf507db26 (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 d78d86436a925b0b19cf547888b28f168ccc478b
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri May 10 21:50:16 2013 +0530

    Removed Signature->order_id and replaced it with Signature->num.

commit ab414d8dea18be122c6d2ae89862c7259518736a
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Thu May 9 08:52:05 2013 +0530

    1. Fix assignment of signums, which affected how we used read sigs(priority wise) inside staging.
    
       Previously we would assign signums before sig ordering, and hence the
       order didn't actually reflect the order of the sig in the
       sig_list(assuming sig reordering changed the sig_list).  Staging would
       use the old sig_nums to decide the priority of sigs.
    2. Fix sig ordering for flowvar, flowbits, flowint, pktvar sigs.   We have
       introduced a new priority to treat sigs with set + read as lower
       priority compared to set only sigs.
    3. Previously we treated sigs with a "priority(keyword)" > another sig's
       priority, as a sig with greater priority than the later.  We have
       reversed it.  Now the sig priority ordering is 1,2,.etc.  Updated
       sigordering unittests to reflect the same.

-----------------------------------------------------------------------

Summary of changes:
 src/detect-engine-alert.c    |    6 +-
 src/detect-engine-sigorder.c |  319 ++++++++++++++++++++++++++++--------------
 src/detect-pcre.c            |    4 +
 src/detect.c                 |   27 ++--
 src/detect.h                 |    2 -
 src/util-action.c            |  176 -----------------------
 src/util-unittest-helper.c   |    4 +
 7 files changed, 240 insertions(+), 298 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list