On Thu, Apr 07, 2016 at 08:31:38PM +0200, Mart Frauenlob wrote: > > Signed-off-by: Mart Frauenlob <mart.frauenlob@xxxxxxxxx> > --- > src/conntrack.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/conntrack.c b/src/conntrack.c > index dadbea5..162caa9 100644 > --- a/src/conntrack.c > +++ b/src/conntrack.c > @@ -551,7 +551,7 @@ static const char usage_parameters[] = > " -d, --orig-dst ip\t\tDestination address from original direction\n" > " -r, --reply-src ip\t\tSource addres from reply direction\n" > " -q, --reply-dst ip\t\tDestination address from reply direction\n" > - " -p, --protonum proto\t\tLayer 4 Protocol, eg. 'tcp'\n" > + " -p, --proto, --protonum proto\t\tLayer 4 Protocol, eg. 'tcp'\n" This works too: # conntrack --pr tcp -L tcp 6 431998 ESTABLISHED src=10.123.10.20 dst=1.2.3.4 sport=47488 dport=80 src=1.2.3.4 dst=10.123.10.20 sport=80 dport=47488 [ASSURED] mark=0 use=1 Really, I wouldn't worry about this. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html