[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2.1-188-g6307890

OISF Git noreply at openinfosecfoundation.org
Tue Mar 28 08:44:46 UTC 2017


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  63078909d5d279bdff465a98a6ab0a52e6467694 (commit)
       via  b79a18ea153a8255c4823c4af189154cc5bcccc6 (commit)
       via  f56428d996542f27b66ba1cda2477af2a24c50e9 (commit)
       via  ce8a65a58e11c1a3371a12226b56e6b9400a6e5f (commit)
       via  1589a154955f2f74044eb9dda758b6adc10d9c3b (commit)
       via  1a7c5a01a1a6b2023e14d153f4d787e9e5ad68ee (commit)
      from  b58127edcba10aee00f13e0bb570341b1aad85cd (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 63078909d5d279bdff465a98a6ab0a52e6467694
Author: Jason Ish <ish at unx.ca>
Date:   Tue Feb 21 13:42:50 2017 -0600

    ipv4: update checksum function to be like tcp/udp
    
    Update the IPv4 checksum function to be like the
    changed TCP/UDP checksum functions for consistency.

commit b79a18ea153a8255c4823c4af189154cc5bcccc6
Author: Jason Ish <ish at unx.ca>
Date:   Tue Feb 21 13:31:41 2017 -0600

    tcp/udp: rename checksum functions for better meaning
    
    The TCP/UDP checksum functions no longer just calculate
    the checksum, they can validate as well as calculate so
    use a more generic name.

commit f56428d996542f27b66ba1cda2477af2a24c50e9
Author: Jason Ish <ish at unx.ca>
Date:   Fri Feb 17 16:04:23 2017 -0600

    tcp/udp: fix checksum validation when 0xffff
    
    Issue:
    https://redmine.openinfosecfoundation.org/issues/2041
    
    One approach to fixing this issue to just validate the
    checksum instead of regenerating it and comparing it. This
    method is used in some kernels and other network tools.
    
    When validating, the current checksum is passed in as an
    initial argument which will cause the final checksum to be 0
    if OK. If generating a checksum, 0 is passed and the result
    is the generated checksum.

commit ce8a65a58e11c1a3371a12226b56e6b9400a6e5f
Author: Jon Zeolla <zeolla at gmail.com>
Date:   Mon Mar 13 12:51:44 2017 -0400

    docs: fix statement about flow:to_server

commit 1589a154955f2f74044eb9dda758b6adc10d9c3b
Author: Jon Zeolla <zeolla at gmail.com>
Date:   Mon Mar 13 12:49:04 2017 -0400

    docs: clarify how iprep works

commit 1a7c5a01a1a6b2023e14d153f4d787e9e5ad68ee
Author: Jason Ish <ish at unx.ca>
Date:   Fri Mar 24 13:59:39 2017 -0600

    travis: macos: unlink all deps, then relink
    
    Kind of ugly, but first unlink all dependencies then install.
    The deps that don't get an upgrade will remain unlinked, so
    relink all dependencies as relinking an already linked dep
    does not error out.

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

Summary of changes:
 .travis.yml                                        |  25 ++++-
 .../ipreputation/ip-reputation-format.rst          |  12 ++-
 .../ipreputation/ip-reputation-rules.rst           |   8 +-
 src/alert-unified2-alert.c                         |  12 +--
 src/decode-ipv4.c                                  |   6 +-
 src/decode-ipv4.h                                  |  17 ++--
 src/decode-tcp.c                                   |  20 ++--
 src/decode-tcp.h                                   |  40 ++++----
 src/decode-udp.c                                   |  22 +++--
 src/decode-udp.h                                   |  38 ++++----
 src/defrag.c                                       |   2 +-
 src/detect-csum.c                                  |  59 ++++++------
 src/detect.c                                       | 102 +++++----------------
 src/flow-timeout.c                                 |  12 +--
 src/stream-tcp.c                                   |  21 +++--
 src/util-checksum.c                                |  20 ++--
 16 files changed, 209 insertions(+), 207 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list