[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta2-98-ga77b9b3

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Jan 21 15:34:51 UTC 2014


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  a77b9b36e5ae20ee5354baf3a5991bdbcb18cba1 (commit)
       via  54d64a12376ed91cc6ed57ed39f97ebabe11c8e0 (commit)
       via  634eb1d35cfaddd6449276f52ec6e44f5127eee9 (commit)
       via  4f1f395bb52a4c3ffd6a491a4cc3c9dd57a2bdc8 (commit)
       via  1f00ff6ab312114ed9710579e178cc4aa58b8729 (commit)
      from  657b83d23827725793d2e3af6f74655c928b016a (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 a77b9b36e5ae20ee5354baf3a5991bdbcb18cba1
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jan 17 17:01:37 2014 +0100

    app-layer: parser cleanup
    
    Use f->protomap instead of calling FlowGetProtoMapping. Don't use
    TcpSession *ssn ptr for anything other than TCP

commit 54d64a12376ed91cc6ed57ed39f97ebabe11c8e0
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jan 17 14:58:14 2014 +0100

    detect: use pflow pointer
    
    Use pflow pointer in SigMatchSignatures consistently. Also, when
    needing access to the ipproto, use p->proto, not p->flow->proto.

commit 634eb1d35cfaddd6449276f52ec6e44f5127eee9
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jan 17 13:49:10 2014 +0100

    app-layer proto detect: optimization
    
    Don't use FlowGetProtoMapping at runtime, use f->protomap instead.
    Add safety check to make sure its value is within range, as it's
    used to index an array.
    
    Update unittests to initialized flows (somewhat).

commit 4f1f395bb52a4c3ffd6a491a4cc3c9dd57a2bdc8
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jan 17 11:57:51 2014 +0100

    Coverity 1153935: fix confusing sizeof

commit 1f00ff6ab312114ed9710579e178cc4aa58b8729
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jan 17 09:55:46 2014 +0100

    App-layer proto detect cleanups
    
    Remove unnecessay inlining.
    Rename functions with wrong naming scheme. E.g. AllocAppLayer.. instead
    of AppLayer..Alloc.
    Use AppProto instead of uint16_t.
    Convert u16 ipproto cases to u8.

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

Summary of changes:
 src/app-layer-dcerpc-udp.c   |    1 +
 src/app-layer-detect-proto.c |  265 ++++++++++++++++++++++++------------------
 src/app-layer-detect-proto.h |    2 +-
 src/app-layer-parser.c       |   27 ++---
 src/detect-dns-query.c       |    7 +
 src/detect.c                 |   16 ++--
 6 files changed, 182 insertions(+), 136 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list