[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta2-63-gb645425

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Nov 7 09:35:23 UTC 2012


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  b645425331bf1d0aebd31ed8f3247eec31431da2 (commit)
       via  844e4dba11867fb9f2b91292a9b73b10a5ec415a (commit)
      from  02874a16f5068bdb62998d77582bcf4855251429 (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 b645425331bf1d0aebd31ed8f3247eec31431da2
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Nov 7 10:34:20 2012 +0100

    Silence compiler warning if napatech3 support is disabled

commit 844e4dba11867fb9f2b91292a9b73b10a5ec415a
Author: Matt Keeler <mk at npulsetech.com>
Date:   Thu Oct 4 12:34:00 2012 -0400

    Napatech 3GD Support
    
    For use with Network Cards from Napatech utilizing the 3GD driver/api.
    
        - Implemented new run modes in runmode-napatech-3gd.*
        - Implemented capture/decode threads in source-napatech-3gd.*
        - Integrated the new run modes and source into the build infrastructure.
    
        New configure switches
        --enabled-napatech-3gd : Turns on the NT 3GD support
        --with-napatech-3gd-includes : The directory containing the NT 3GD header files
        --with-napatech-3gd-libraries : The directory containing the NT 3GD libraries to link against.
    
        New CLI switch
        --napatech-3gd : Uses the Napatech 3GD run mode
    
        Runmodes Supported:
        - auto
        - autofp
        - workers
    
        Notes:
        - tested with 1 Gbps sustained traffic (no drops)
    
    Signed-off-by: Matt Keeler <mk at npulsetech.com>

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

Summary of changes:
 configure.ac                                     |   34 ++
 src/Makefile.am                                  |    2 +
 src/runmode-napatech-3gd.c                       |  209 ++++++++++++
 src/{detect-l3proto.h => runmode-napatech-3gd.h} |   25 +-
 src/runmodes.c                                   |    6 +
 src/runmodes.h                                   |    2 +
 src/source-napatech-3gd.c                        |  395 ++++++++++++++++++++++
 src/{detect-l3proto.h => source-napatech-3gd.h}  |   28 +-
 src/suricata.c                                   |   17 +
 src/tm-modules.c                                 |    2 +
 src/tm-threads-common.h                          |    2 +
 src/util-error.c                                 |   10 +
 src/util-error.h                                 |   10 +
 13 files changed, 723 insertions(+), 19 deletions(-)
 create mode 100644 src/runmode-napatech-3gd.c
 copy src/{detect-l3proto.h => runmode-napatech-3gd.h} (59%)
 create mode 100644 src/source-napatech-3gd.c
 copy src/{detect-l3proto.h => source-napatech-3gd.h} (61%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list