[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.2.1-366-g8127730

OISF Git noreply at openinfosecfoundation.org
Tue May 16 20:41:19 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  8127730f0095d42fe353a6ab714f86f2e8dbfdf6 (commit)
       via  c7ddbbc586c7966c2b268113a78f4007ffd2aa56 (commit)
       via  4217c6839addff0ac6e84e2e3900363948ffce7f (commit)
       via  39183f7a8eb60cdbe03ddfffbad30ba0eb8b3fcd (commit)
       via  4697330b7372d0bc86b133d6f192ea276e1c899f (commit)
       via  0af562d4c8c3903a1688e505ebbb37bce8ecc5b6 (commit)
       via  a8d0ae460c4bce9c3f9bd7929d99a0b98d43690d (commit)
       via  8a53d49e81618dd61355cc9af606c00beb958752 (commit)
       via  6bc7c64794c376c47c225dd8647256854d05175a (commit)
      from  c513896786bbe2a4b9bbb8b4cd3cf5a10bc6c8f1 (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 8127730f0095d42fe353a6ab714f86f2e8dbfdf6
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 16 19:00:32 2017 +0200

    bug 2113: fix live modes

commit c7ddbbc586c7966c2b268113a78f4007ffd2aa56
Author: Jason Ish <ish at unx.ca>
Date:   Tue May 9 17:40:56 2017 -0600

    dns: fix log filtering
    
    Previously only a subset of the records could be selected
    in custom. Now allow any to be selected.

commit 4217c6839addff0ac6e84e2e3900363948ffce7f
Author: Victor Julien <victor at inliniac.net>
Date:   Mon May 8 19:46:33 2017 +0200

    stream: single GAP check
    
    Move all GAP checks into CheckGap. Remove seg_list based check.
    Also remove seg_list == NULL check to make sure the Gap check is
    done on an empty list as well.
    
    Improve next_seq < last_ack check, but add data beyond gap check.

commit 39183f7a8eb60cdbe03ddfffbad30ba0eb8b3fcd
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 10 10:24:57 2017 +0200

    doc: fix doc links for http keywords

commit 4697330b7372d0bc86b133d6f192ea276e1c899f
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 10 09:55:46 2017 +0200

    doc: flowints formatting cleanup

commit 0af562d4c8c3903a1688e505ebbb37bce8ecc5b6
Author: Victor Julien <victor at inliniac.net>
Date:   Wed May 10 09:04:17 2017 +0200

    doc: move parts out of snort difference doc
    
    Move generic keyword descriptions to the keyword documentation.

commit a8d0ae460c4bce9c3f9bd7929d99a0b98d43690d
Author: David Wharton <dwharton at secureworks.com>
Date:   Fri Mar 3 15:51:54 2017 -0500

    doc: removing (replaced) snort-compatibility.rst
    
    snort-compatibility.rst replaced by differences-from-snort.rst

commit 8a53d49e81618dd61355cc9af606c00beb958752
Author: David Wharton <dwharton at secureworks.com>
Date:   Fri Mar 3 15:49:27 2017 -0500

    doc: replacing snort-compatibility link
    
    The snort-compatibility.rst document is being replaced by
    differences-from-snort.rst. This commit updates the link.

commit 6bc7c64794c376c47c225dd8647256854d05175a
Author: David Wharton <dwharton at secureworks.com>
Date:   Fri Mar 3 15:43:01 2017 -0500

    doc: overhaul of the snort-compatibility document
    
    This is intended to replace the existing 'snort-compatibility.rst'
    document.
    Based on "The Suricata Rule Writing Guide for The Snort Expert"
    2016 SuriCon talk.

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

Summary of changes:
 doc/userguide/rules/differences-from-snort.rst | 676 +++++++++++++++++++++++++
 doc/userguide/rules/dns-keywords.rst           |  24 +-
 doc/userguide/rules/flowint.rst                |  41 +-
 doc/userguide/rules/header-keywords.rst        |   4 +
 doc/userguide/rules/http-keywords.rst          | 110 +++-
 doc/userguide/rules/index.rst                  |   2 +-
 doc/userguide/rules/snort-compatibility.rst    |  73 ---
 doc/userguide/rules/xbits.rst                  |  23 +-
 src/detect-http-accept-enc.c                   |   2 +-
 src/detect-http-accept-lang.c                  |   2 +-
 src/detect-http-accept.c                       |   2 +-
 src/detect-http-connection.c                   |   2 +-
 src/detect-http-content-len.c                  |   2 +-
 src/detect-http-content-type.c                 |   2 +-
 src/detect-http-header-names.c                 |   2 +-
 src/detect-http-headers-stub.h                 |   2 +-
 src/detect-http-protocol.c                     |   2 +-
 src/detect-http-referer.c                      |   2 +-
 src/detect-http-start.c                        |   2 +-
 src/output-json-dns.c                          |   5 +-
 src/stream-tcp-reassemble.c                    | 118 ++---
 src/unix-manager.c                             |  10 +-
 22 files changed, 914 insertions(+), 194 deletions(-)
 create mode 100644 doc/userguide/rules/differences-from-snort.rst
 delete mode 100644 doc/userguide/rules/snort-compatibility.rst


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list