[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-106-g25123b2

noreply@openinfosecfoundation.org noreply at openinfosecfoundation.org
Thu Feb 23 11:48:27 EST 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  25123b20445bb3ba204c7943b0417ff4c953736b (commit)
       via  c63017b2cc863e1372359ce7c5f1e2fda2209575 (commit)
       via  4030840212382fb31bc61c1a632d556c520e9c54 (commit)
       via  28d88746e436c79870a7f5b06e9b0ddd442dd2a0 (commit)
       via  860971eca08d378293776ceba951e2c2761dd047 (commit)
       via  8e48a2edfd054c07ad237fb7ed48f399ae406ab7 (commit)
       via  34b3f1946563dbdef84bc004e56ccaf3dc031419 (commit)
       via  3593cb051e2d5cdf5addbd84d170a952161f4786 (commit)
       via  49b7b00fcf0bfe0439b4b023f7406d0062d8fc15 (commit)
      from  697e9e660f3034fa15593edc86b88c1c7d03aa03 (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 25123b20445bb3ba204c7943b0417ff4c953736b
Author: Martin Holste <mcholste at gmail.com>
Date:   Thu Feb 23 09:24:18 2012 -0600

    Added license.

commit c63017b2cc863e1372359ce7c5f1e2fda2209575
Author: Martin Holste <mcholste at gmail.com>
Date:   Wed Feb 22 14:29:39 2012 -0600

    Added some installation instructions to file_processor REAMDE.

commit 4030840212382fb31bc61c1a632d556c520e9c54
Author: Martin Holste <mcholste at gmail.com>
Date:   Wed Feb 22 12:17:46 2012 -0600

    Added contrib folder with file_processor utility which is a plugin framework for reading the files-json.log and processing and taking action based on the files observed.

commit 28d88746e436c79870a7f5b06e9b0ddd442dd2a0
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 23 17:43:53 2012 +0100

    Fix compiler warning and silence complaining unittests.

commit 860971eca08d378293776ceba951e2c2761dd047
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 23 16:29:41 2012 +0100

    Misc afpacket changes.

commit 8e48a2edfd054c07ad237fb7ed48f399ae406ab7
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Feb 23 16:27:39 2012 +0100

    Fix NULL dereference in PacketPatternSearchWithStreamCtx code.

commit 34b3f1946563dbdef84bc004e56ccaf3dc031419
Author: Eric Leblond <eric at regit.org>
Date:   Thu Feb 16 17:08:54 2012 +0100

    af-packet: Implement zero copy
    
    This patch adds support for zero copy to AF_PACKET running mode.
    This requires to use the 'worker' mode which is the only one where
    the threading architecture is simple enough to permit this without
    heavy modification.

commit 3593cb051e2d5cdf5addbd84d170a952161f4786
Author: Eric Leblond <eric at regit.org>
Date:   Thu Feb 16 17:46:53 2012 +0100

    decode: add PacketSetData funtion
    
    This patch adds a function which can be used to set the payload
    of a packet when a zero copy mode is used.

commit 49b7b00fcf0bfe0439b4b023f7406d0062d8fc15
Author: Eric Leblond <eric at regit.org>
Date:   Mon Jan 2 14:47:17 2012 +0100

    af-packet: mmap support
    
    This patch adds mmap support for af-packet. Suricata now makes
    use of the ring buffer feature of AF_PACKET if 'use-mmap' variable
    is set to yes on an interface.

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

Summary of changes:
 configure.in                                     |    2 +-
 contrib/file_processor/Action/Log.pm             |   15 ++
 LICENSE => contrib/file_processor/LICENSE        |    0
 contrib/file_processor/Processor/Anubis.pm       |   33 +++
 contrib/file_processor/Processor/Malwr.pm        |   32 +++
 contrib/file_processor/Processor/ThreatExpert.pm |   33 +++
 contrib/file_processor/Processor/VirusTotal.pm   |   39 ++++
 contrib/file_processor/README                    |    8 +
 contrib/file_processor/file_processor.conf       |   14 ++
 contrib/file_processor/file_processor.pl         |  153 +++++++++++++
 src/decode.c                                     |   21 ++
 src/decode.h                                     |    2 +
 src/detect-engine-mpm.c                          |    8 +-
 src/runmode-af-packet.c                          |    8 +
 src/source-af-packet.c                           |  259 +++++++++++++++++++++-
 src/source-af-packet.h                           |    6 +
 src/suricata.c                                   |    3 +
 src/tmqh-packetpool.c                            |    4 +-
 suricata.yaml.in                                 |    2 +
 19 files changed, 637 insertions(+), 5 deletions(-)
 create mode 100644 contrib/file_processor/Action/Log.pm
 copy LICENSE => contrib/file_processor/LICENSE (100%)
 create mode 100644 contrib/file_processor/Processor/Anubis.pm
 create mode 100644 contrib/file_processor/Processor/Malwr.pm
 create mode 100644 contrib/file_processor/Processor/ThreatExpert.pm
 create mode 100644 contrib/file_processor/Processor/VirusTotal.pm
 create mode 100644 contrib/file_processor/README
 create mode 100644 contrib/file_processor/file_processor.conf
 create mode 100644 contrib/file_processor/file_processor.pl


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list