libnetfilter_conntrack branch, master, updated. libnetfilter_conntrack-0.9.1-7-gb3c2884

Pablo Neira Ayuso netfilter-cvslog-bounces at lists.netfilter.org
Tue Dec 6 18:40:07 CET 2011


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 "libnetfilter_conntrack".

The branch, master has been updated
       via  b3c288427f1906e2b7c7f6e8c5747db8ccc5f62a (commit)
      from  c0ec781ec258779941346187ccc143876be9978b (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 b3c288427f1906e2b7c7f6e8c5747db8ccc5f62a
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Tue Dec 6 18:29:53 2011 +0100

    expect: nfexp_snprintf displays mask and master tuple information
    
    This patch adds mask and master tuple information regarding one
    expectation. This information has been not shown so far. I consider
    that it is interesting because you can use this information to
    troubleshoot expectation issues. Moreover, you can know which is
    the master conntrack that this expectation is attached to.
    
    This extends the text-based output for `conntrack -L exp'. This
    can be considered a backward compatibily issue since existing
    tools that are parsing this interface may break. But this is not
    our fault, we provide an API to the conntrack table via
    libnetfilter_conntrack. People should use those.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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

Summary of changes:
 include/internal/prototypes.h    |    2 +-
 src/conntrack/snprintf_default.c |   32 +++++++++++++++++++++-----------
 src/expect/parse.c               |    5 ++++-
 src/expect/snprintf_default.c    |   22 +++++++++++++++++++++-
 4 files changed, 47 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
libnetfilter_conntrack



More information about the netfilter-cvslog mailing list