[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4-17-gd771e08

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Jan 21 17:04:42 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 has been updated
       via  d771e08156301d7f2713c93c830d2bc8c7ea6b95 (commit)
       via  6dfd1061397b1ee26c0f7e267674077556ceef66 (commit)
       via  f59c63c457f87b7ee8b2e38f842b8ff2495669f8 (commit)
       via  feabe6e9a254e96d267d8274338d7d451b7651f9 (commit)
       via  4ae27756b0dc9af7a21f9df1e77fa7c68ae202bc (commit)
       via  0bddf4f02f1a98b030277378f8e60a2b3721a137 (commit)
      from  6b81430bcb2a8b4394f30b17c90b4c3455a69415 (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 d771e08156301d7f2713c93c830d2bc8c7ea6b95
Author: Ignacio Sanchez <nc at owlsec.net>
Date:   Thu Oct 11 13:55:40 2012 +0100

    Adds support for the geoip keyword
    
    Adds support for match-on conditions (src, dst, any, both)
    Uses GEOIP_MEMORY_CACHE for performance reasons
    Adds support for negation and multiple countries in the same rule
    
    Bug fixes
    
    Changed to take flow direction from rule, if present
    
    Comments addressed. Unit tests added.

commit 6dfd1061397b1ee26c0f7e267674077556ceef66
Author: Eric Leblond <eric at regit.org>
Date:   Mon Jan 21 17:27:46 2013 +0100

    conf: add unittest for WithDefault functions.

commit f59c63c457f87b7ee8b2e38f842b8ff2495669f8
Author: Eric Leblond <eric at regit.org>
Date:   Mon Jan 21 09:56:02 2013 +0100

    pcap: add support for 'default' interface

commit feabe6e9a254e96d267d8274338d7d451b7651f9
Author: Eric Leblond <eric at regit.org>
Date:   Mon Jan 21 09:52:13 2013 +0100

    pfring: add support for 'default' interface

commit 4ae27756b0dc9af7a21f9df1e77fa7c68ae202bc
Author: Eric Leblond <eric at regit.org>
Date:   Mon Jan 21 09:40:10 2013 +0100

    af-packet: add support for 'default' interface
    
    This patch adds support for 'default' interface which is used to get
    parameter values when per-interface is not defined.

commit 0bddf4f02f1a98b030277378f8e60a2b3721a137
Author: Eric Leblond <eric at regit.org>
Date:   Mon Jan 21 09:27:08 2013 +0100

    conf: introduce WithDefault function
    
    This patch introduces a new set of functions to the ConfGetChildValue
    family. They permit to look under a default node if looking under
    base node as failed. This will be used to access to default parameters
    for a data type (for instance, first usage will be interface).

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

Summary of changes:
 configure.ac                              |   41 ++
 src/Makefile.am                           |    1 +
 src/conf.c                                |  122 ++++++
 src/conf.h                                |    3 +
 src/detect-geoip.c                        |  592 +++++++++++++++++++++++++++++
 src/{source-napatech.h => detect-geoip.h} |   31 +-
 src/detect.c                              |    2 +
 src/detect.h                              |    1 +
 src/runmode-af-packet.c                   |   40 ++-
 src/runmode-pcap.c                        |   24 +-
 src/runmode-pfring.c                      |   22 +-
 src/util-error.c                          |    2 +
 src/util-error.h                          |    2 +
 suricata.yaml.in                          |   10 +
 14 files changed, 852 insertions(+), 41 deletions(-)
 create mode 100644 src/detect-geoip.c
 copy src/{source-napatech.h => detect-geoip.h} (56%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list