[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta4-278-g4a73802

OISF Git noreply at openinfosecfoundation.org
Sat Sep 12 19:38:04 UTC 2015


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  4a738023d5ac945f0109ceb13fcc43e3f3095453 (commit)
       via  06beca62f58621a05c6027021d093d836ce02323 (commit)
       via  bcda92134d01b5c8c7b3cf114858ebf67e99f0c2 (commit)
       via  c1b921265f4d1dc7b843e53b703eaf538c1f7c81 (commit)
      from  bcfb3fd5d59e602c2f620ce854c5d9b428c829c3 (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 4a738023d5ac945f0109ceb13fcc43e3f3095453
Author: Jason Ish <ish at unx.ca>
Date:   Tue Sep 1 15:20:13 2015 -0600

    app-layer: scripts to setup app-layer templates
    
    setup-app-layer.sh sets up an application layer detector and
    parser template.
    
    setup-app-layer-logger.sh sets up a JSON application layer
    transaction logger for an application parser that has
    already been provisioned.
    
    setup-app-layer-detect.sh sets up a keyword for performing
    content inspections on buffers created by the application
    layer.

commit 06beca62f58621a05c6027021d093d836ce02323
Author: Jason Ish <ish at unx.ca>
Date:   Tue Sep 1 12:36:00 2015 -0600

    app-layer: template for application layer content inspection

commit bcda92134d01b5c8c7b3cf114858ebf67e99f0c2
Author: Jason Ish <ish at unx.ca>
Date:   Tue Sep 1 12:12:28 2015 -0600

    app-layer: template for application layer tx logger

commit c1b921265f4d1dc7b843e53b703eaf538c1f7c81
Author: Jason Ish <ish at unx.ca>
Date:   Tue Sep 1 12:04:34 2015 -0600

    app-layer: template for application layer parser

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

Summary of changes:
 scripts/setup-app-layer-detect.sh                | 233 ++++++++++
 scripts/setup-app-layer-logger.sh                | 154 +++++++
 scripts/setup-app-layer.sh                       | 166 +++++++
 src/Makefile.am                                  |   4 +
 src/app-layer-detect-proto.c                     |   4 +
 src/app-layer-parser.c                           |   2 +
 src/app-layer-protos.c                           |   3 +
 src/app-layer-protos.h                           |   1 +
 src/app-layer-template.c                         | 533 +++++++++++++++++++++++
 src/app-layer-template.h                         |  69 +++
 src/detect-engine-content-inspection.h           |   1 +
 src/detect-engine-state.h                        |   1 +
 src/detect-engine-template.c                     |  46 ++
 src/{log-tlsstore.h => detect-engine-template.h} |  16 +-
 src/detect-engine.c                              |  18 +
 src/detect-parse.c                               |   5 +
 src/detect-template-buffer.c                     | 165 +++++++
 src/{log-tlsstore.h => detect-template-buffer.h} |  14 +-
 src/detect.c                                     |  12 +
 src/detect.h                                     |   4 +
 src/output-json-template.c                       | 213 +++++++++
 src/{log-tlsstore.h => output-json-template.h}   |  14 +-
 src/suricata.c                                   |   5 +
 src/tm-modules.c                                 |   1 +
 src/tm-threads-common.h                          |   1 +
 25 files changed, 1656 insertions(+), 29 deletions(-)
 create mode 100755 scripts/setup-app-layer-detect.sh
 create mode 100755 scripts/setup-app-layer-logger.sh
 create mode 100755 scripts/setup-app-layer.sh
 create mode 100644 src/app-layer-template.c
 create mode 100644 src/app-layer-template.h
 create mode 100644 src/detect-engine-template.c
 copy src/{log-tlsstore.h => detect-engine-template.h} (72%)
 create mode 100644 src/detect-template-buffer.c
 copy src/{log-tlsstore.h => detect-template-buffer.h} (78%)
 create mode 100644 src/output-json-template.c
 copy src/{log-tlsstore.h => output-json-template.h} (78%)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list