[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.1.1-46-gb456500

OISF Git noreply at openinfosecfoundation.org
Mon Sep 5 20:33:47 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  b4565004c7f7585e69e29d5e11b5d28bb66125fa (commit)
       via  e878dd2231f4d29f7e3792dc496eed0cf9209051 (commit)
       via  3cf8b4629f2cf523c3f82604d93b8fd4a0888109 (commit)
       via  2a42e8be0362d5aaab8f42e382ef678a54e74a33 (commit)
       via  af4085b77b56cbb41496956e5b23184b4528a094 (commit)
       via  120f59386b526a883a08c3ff5fe16bb7b7453092 (commit)
       via  a2c9b86cdfaa8b2fdf54bf828a0f959e120ba326 (commit)
       via  7847c4f8eeee65b81ada71d7245005ac6319b157 (commit)
       via  ef1acdfaeec1941f513d5f98fd54bda3c8388a7d (commit)
       via  4271d571579725586a943ef78900750cbe688c94 (commit)
       via  6956c1c749fd97d48a989e3a98f3550b026ab0dc (commit)
       via  ec871233396282c61beff7e0ccdba3c222450edc (commit)
       via  8600872e02f3b160338e830a50ca96395dae2125 (commit)
      from  b81ea0d7dbcfd3c997b6d02806e79214fb45244d (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 b4565004c7f7585e69e29d5e11b5d28bb66125fa
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Sep 2 12:47:11 2016 +0200

    detect-template: modernize

commit e878dd2231f4d29f7e3792dc496eed0cf9209051
Author: Jason Ish <ish at unx.ca>
Date:   Wed Aug 31 08:24:08 2016 -0600

    app-layer templates: cleanups
    
    - cleanup file headers
    - add todo section
    - convert unit tests to new macros
    - add markers to remove disabled by default behaviour

commit 3cf8b4629f2cf523c3f82604d93b8fd4a0888109
Author: Jason Ish <ish at unx.ca>
Date:   Mon Sep 5 08:15:46 2016 -0600

    decode-icmpv6: use FAIL macros in tests

commit 2a42e8be0362d5aaab8f42e382ef678a54e74a33
Author: Jason Ish <ish at unx.ca>
Date:   Mon Sep 5 08:15:26 2016 -0600

    unittest: FAIL macro to unconditionally fail a test

commit af4085b77b56cbb41496956e5b23184b4528a094
Author: Jason Ish <ish at unx.ca>
Date:   Mon Sep 5 07:41:33 2016 -0600

    icmpv6: fix checksum verification if fcs present
    
    Calculate the length of the ICMPv6 packet from decoded information
    instead of off the wire length. This will provide the correct
    length if trailing data like an FCS is present.
    
    Fixes issue:
    https://redmine.openinfosecfoundation.org/issues/1849

commit 120f59386b526a883a08c3ff5fe16bb7b7453092
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 5 10:17:40 2016 +0200

    affinity: fix compilation on SunOS

commit a2c9b86cdfaa8b2fdf54bf828a0f959e120ba326
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 5 10:17:16 2016 +0200

    byteswap: fix compilation on SunOS

commit 7847c4f8eeee65b81ada71d7245005ac6319b157
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 5 10:16:30 2016 +0200

    configure: detect SunOS and link against required libs

commit ef1acdfaeec1941f513d5f98fd54bda3c8388a7d
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 5 10:15:52 2016 +0200

    threads: provide SCGetThreadIdLong for SunOS

commit 4271d571579725586a943ef78900750cbe688c94
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 5 10:15:23 2016 +0200

    decode: declare IPPROTO_IPIP if OS doesn't have it

commit 6956c1c749fd97d48a989e3a98f3550b026ab0dc
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 5 10:14:52 2016 +0200

    decode: fix int types

commit ec871233396282c61beff7e0ccdba3c222450edc
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 5 10:14:04 2016 +0200

    configure: check for strings.h: used by SunOS

commit 8600872e02f3b160338e830a50ca96395dae2125
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Sep 5 10:12:54 2016 +0200

    logfile: resolve name clash on SunOS

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

Summary of changes:
 configure.ac                 |   6 +-
 src/app-layer-template.c     |  13 +-
 src/app-layer-template.h     |   6 +
 src/decode-icmpv6.c          | 499 ++++++++++++++-----------------------------
 src/decode.h                 |   4 +
 src/detect-csum.c            |   7 +-
 src/detect-engine-template.c |  15 ++
 src/detect-engine-template.h |   6 +
 src/detect-template-buffer.c |  47 ++--
 src/detect-template-buffer.h |   6 +
 src/detect-template.c        |  43 ++--
 src/detect-template.h        |   2 +-
 src/output-json-template.c   |  17 +-
 src/output-json-template.h   |   6 +
 src/source-pcap-file.c       |   2 +-
 src/suricata-common.h        |   4 +
 src/threads.h                |   8 +
 src/tm-threads.c             |   6 +-
 src/util-affinity.c          |   6 +-
 src/util-affinity.h          |   2 +-
 src/util-byte.h              |   2 +-
 src/util-logopenfile.c       |  10 +-
 src/util-unittest.h          |  11 +
 23 files changed, 310 insertions(+), 418 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list