[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-37-gf77c475

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Feb 8 16:05:17 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  f77c475c8542159bb9c5b6c93fdf94d75399200f (commit)
       via  e1a309a6b20405c7706f13d3357dd79ee9b9e791 (commit)
       via  95a5bebb6a384f508fdd895ad3fbadfe7a91336d (commit)
       via  1d9f6ff8f2d1fe43e9dd5a64918a6e4d85567144 (commit)
       via  60553f37538a71490dd83103ea8642e1b6e7218e (commit)
       via  716afac5a2bf5470a9052387545db228c0106980 (commit)
       via  9a665e035b54d83d15fc51ba366cf76c2f60a765 (commit)
       via  55c4e419fdd074c496a06130982295a5df3c428c (commit)
       via  419cdc8558d13f0bc59c54c89917f067c4acb68b (commit)
       via  0a91d824bfd0751f08916b41a77ef76b038186ce (commit)
       via  db859cc56ed437a9475fbdf74c5b05f6e960ace9 (commit)
       via  199288309db98d5832816f31788528dabde9c13c (commit)
       via  e244934566b4b98275464a6795c8eb121739179b (commit)
      from  c2d47718c138b8baebaed5ad0b85976f4f4ddfe7 (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 f77c475c8542159bb9c5b6c93fdf94d75399200f
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 8 09:33:03 2012 -0500

    Minor layout fixes.

commit e1a309a6b20405c7706f13d3357dd79ee9b9e791
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 8 06:44:53 2012 -0500

    Napatech code formatting fixes.

commit 95a5bebb6a384f508fdd895ad3fbadfe7a91336d
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 8 06:36:05 2012 -0500

    Fix compilation without napatech tech support enabled.

commit 1d9f6ff8f2d1fe43e9dd5a64918a6e4d85567144
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Feb 8 05:45:28 2012 -0500

    Initial Napatech support by Randy Caldejon / nPulse.

commit 60553f37538a71490dd83103ea8642e1b6e7218e
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Feb 6 20:34:01 2012 +0530

    fix compilation error for the new http response header mpm feature

commit 716afac5a2bf5470a9052387545db228c0106980
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Feb 6 20:29:46 2012 +0530

    fix debug messages that have references to the old mpm contexts

commit 9a665e035b54d83d15fc51ba366cf76c2f60a765
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Jan 18 13:21:54 2012 +0530

    code cleanup over last 2 commits

commit 55c4e419fdd074c496a06130982295a5df3c428c
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Wed Jan 18 11:14:09 2012 +0530

    if a signature is non-tcp, it's always a packet sig

commit 419cdc8558d13f0bc59c54c89917f067c4acb68b
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Jan 15 22:08:58 2012 +0530

    support splitting mpm ctxs based on direction v2

commit 0a91d824bfd0751f08916b41a77ef76b038186ce
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Tue Feb 7 00:52:45 2012 +0530

    Fix bug in ac-bs search function

commit db859cc56ed437a9475fbdf74c5b05f6e960ace9
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Feb 6 20:09:21 2012 +0530

    treate ac-bs auto as single context

commit 199288309db98d5832816f31788528dabde9c13c
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Tue Jan 31 17:17:35 2012 +0530

    Support for new MPM ac-bs added

commit e244934566b4b98275464a6795c8eb121739179b
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Feb 6 17:31:06 2012 +0100

    Disable unittest that fails without libnet support.

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

Summary of changes:
 configure.in                                 |   43 +
 src/Makefile.am                              |    3 +
 src/detect-engine-hcbd.c                     |   14 +-
 src/detect-engine-hcbd.h                     |    3 +-
 src/detect-engine-hcd.c                      |    4 +-
 src/detect-engine-hcd.h                      |    2 +-
 src/detect-engine-hhd.c                      |   16 +-
 src/detect-engine-hmd.c                      |    5 +-
 src/detect-engine-hmd.h                      |    2 +-
 src/detect-engine-hrhd.c                     |    8 +-
 src/detect-engine-hrud.c                     |   12 +-
 src/detect-engine-hrud.h                     |    2 +-
 src/detect-engine-hsbd.c                     |    6 +-
 src/detect-engine-hsbd.h                     |    3 +-
 src/detect-engine-mpm.c                      | 1125 +++++++++++++++++-------
 src/detect-engine-mpm.h                      |   16 +-
 src/detect-engine-sigorder.c                 |    4 +
 src/detect-engine.c                          |    6 +-
 src/detect-uricontent.c                      |   13 +-
 src/detect-uricontent.h                      |    2 +-
 src/detect.c                                 |  227 ++++--
 src/detect.h                                 |   35 +-
 src/runmode-napatech.c                       |  379 ++++++++
 src/{alert-pcapinfo.h => runmode-napatech.h} |   20 +-
 src/runmodes.c                               |    6 +
 src/runmodes.h                               |    2 +
 src/source-napatech.c                        |  362 ++++++++
 src/{source-erf-dag.h => source-napatech.h}  |   20 +-
 src/suricata.c                               |   20 +
 src/tm-modules.c                             |    2 +
 src/tm-threads-common.h                      |    2 +
 src/util-error.c                             |    6 +
 src/util-error.h                             |    6 +
 src/{util-mpm-ac.c => util-mpm-ac-bs.c}      | 1258 ++++++++++++++++----------
 src/{util-mpm-ac.h => util-mpm-ac-bs.h}      |   43 +-
 src/util-mpm-ac-gfbs.c                       |    1 +
 src/util-mpm.c                               |   64 +-
 src/util-mpm.h                               |    6 +-
 38 files changed, 2793 insertions(+), 955 deletions(-)
 create mode 100644 src/runmode-napatech.c
 copy src/{alert-pcapinfo.h => runmode-napatech.h} (68%)
 create mode 100644 src/source-napatech.c
 copy src/{source-erf-dag.h => source-napatech.h} (66%)
 copy src/{util-mpm-ac.c => util-mpm-ac-bs.c} (57%)
 copy src/{util-mpm-ac.h => util-mpm-ac-bs.h} (73%)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list