From: <li...@us...> - 2004-02-06 19:03:19
|
Update of /cvsroot/iptables-p2p/iptables-p2p/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14742/common Modified Files: ipt_p2p.h Log Message: OpenFT match tested and working Index: ipt_p2p.h =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/common/ipt_p2p.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ipt_p2p.h 15 Dec 2003 11:04:06 -0000 1.4 +++ ipt_p2p.h 6 Feb 2004 19:00:32 -0000 1.5 @@ -22,7 +22,8 @@ #define IPT_P2P_PROTO_EDONKEY (0x04) #define IPT_P2P_PROTO_DIRECT_CONNECT (0x08) #define IPT_P2P_PROTO_BITTORRENT (0x10) -#define IPT_P2P_PROTO_ALL (0x1f) /* Maximum value for proto */ +#define IPT_P2P_PROTO_OPENFT (0x20) +#define IPT_P2P_PROTO_ALL (0xffff) /* Maximum value for proto */ /* Structure shared between the iptables_match module and the kernel's ipt_match module. */ |