[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta1-113-g55c45ac

OISF Git noreply at openinfosecfoundation.org
Wed Oct 22 08:49:47 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  55c45ac91d98f42c099f74d9aac4ab0f647037b4 (commit)
       via  2d122091945babfa5d89718130171ae8722d8607 (commit)
       via  65f40cbeaa0bc46a9c2e7e3ec27b2b3b449665b7 (commit)
       via  348b0e0e9f1036dc3c488c18192a40905056edf8 (commit)
       via  66a321ca2d0debc1d96c7818f8b16845b3071d84 (commit)
       via  025342dc6c778dd6128ab529717e022ce981801d (commit)
       via  3e3ab2dc9fc802957c33e3bee5c59faaca6154e6 (commit)
       via  7642489874a801f31b9bcbc6d9eca9c41171242f (commit)
      from  b334b8a6e9bebe3286c0dbc8c8aa20e62ba90868 (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 55c45ac91d98f42c099f74d9aac4ab0f647037b4
Author: Jason Ish <jason.ish at emulex.com>
Date:   Mon Oct 20 15:13:28 2014 -0600

    Fix MPLS decoder rules.

commit 2d122091945babfa5d89718130171ae8722d8607
Author: Jason Ish <jason.ish at emulex.com>
Date:   Fri Oct 17 09:33:07 2014 -0600

    Use ENGINE_SET_INVALID_EVENT when the packet is too small for an
    MPLS header, and when the payload type can not be determined.

commit 65f40cbeaa0bc46a9c2e7e3ec27b2b3b449665b7
Author: Jason Ish <jason.ish at emulex.com>
Date:   Wed Oct 8 10:17:12 2014 -0600

    Don't default to ethernet, ethernet should be preceded by a pseudowire.
    
    If the payload type can't be determined, raise an alert.

commit 348b0e0e9f1036dc3c488c18192a40905056edf8
Author: Jason Ish <jason.ish at emulex.com>
Date:   Wed Aug 13 16:53:19 2014 -0600

    Set decoder events for labels that shouldn't be seen on the wire.
    Add unit tests to test for mpls decoder events.

commit 66a321ca2d0debc1d96c7818f8b16845b3071d84
Author: Jason Ish <jason.ish at emulex.com>
Date:   Fri Jul 18 20:23:28 2014 -0600

    Handle encapsulated ethernet without a PW by defaulting to ethernet
    if a fall back.

commit 025342dc6c778dd6128ab529717e022ce981801d
Author: Jason Ish <jason.ish at emulex.com>
Date:   Thu Jul 17 11:28:56 2014 -0600

    Handle explicitly IPv6 and IPv6 labels as well as encapsulated ethernet.

commit 3e3ab2dc9fc802957c33e3bee5c59faaca6154e6
Author: Jason Ish <jason.ish at emulex.com>
Date:   Thu Jul 17 10:21:32 2014 -0600

    Add MPLS counter.
    Check length before decoding each label.

commit 7642489874a801f31b9bcbc6d9eca9c41171242f
Author: Jason Ish <jason.ish at emulex.com>
Date:   Tue Jul 15 13:48:34 2014 -0600

    Basic MPLS decoder.

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

Summary of changes:
 rules/decoder-events.rules             |    8 +-
 src/Makefile.am                        |    1 +
 src/decode-ethernet.c                  |    5 +
 src/decode-events.h                    |    7 +
 src/decode-mpls.c                      |  325 ++++++++++++++++++++++++++++++++
 src/{util-lua-http.h => decode-mpls.h} |   17 +-
 src/decode.c                           |    2 +
 src/decode.h                           |    3 +
 src/detect-engine-event.h              |    6 +
 src/runmode-unittests.c                |    1 +
 10 files changed, 366 insertions(+), 9 deletions(-)
 create mode 100644 src/decode-mpls.c
 copy src/{util-lua-http.h => decode-mpls.h} (72%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list