From: <be...@us...> - 2003-12-14 16:05:56
|
Update of /cvsroot/iptables-p2p/iptables-p2p/iptables In directory sc8-pr-cvs1:/tmp/cvs-serv26171/iptables Modified Files: libipt_p2p.c Log Message: docs Index: libipt_p2p.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/iptables/libipt_p2p.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- libipt_p2p.c 14 Dec 2003 06:24:58 -0000 1.3 +++ libipt_p2p.c 14 Dec 2003 16:05:53 -0000 1.4 @@ -38,6 +38,7 @@ const char *name; int proto; } + protomap[] = { { "all", IPT_P2P_PROTO_ALL }, @@ -71,7 +72,7 @@ static struct iptables_match p2p = { - NULL, + NULL, "p2p", IPTABLES_VERSION, IPT_ALIGN(sizeof(struct ipt_p2p_info)), @@ -99,7 +100,7 @@ { printf( "P2P match v%s options:\n" -" --p2p-protocol [!] protocol\n" +" --p2p-protocol [!] protocol[,proto2][,proto3...]\n" " --p2p ...\n" " match application-layer protocol\n", IPT_P2P_VERSION); |