From: <li...@us...> - 2004-02-06 19:03:19
|
Update of /cvsroot/iptables-p2p/iptables-p2p/iptables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14742/iptables Modified Files: libipt_p2p.c Log Message: OpenFT match tested and working Index: libipt_p2p.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/iptables/libipt_p2p.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- libipt_p2p.c 30 Jan 2004 23:18:58 -0000 1.7 +++ libipt_p2p.c 6 Feb 2004 19:00:32 -0000 1.8 @@ -46,7 +46,8 @@ { "gnutella", IPT_P2P_PROTO_GNUTELLA }, { "edonkey", IPT_P2P_PROTO_EDONKEY }, { "dc", IPT_P2P_PROTO_DIRECT_CONNECT }, - { "bittorrent", IPT_P2P_PROTO_BITTORRENT } + { "bittorrent", IPT_P2P_PROTO_BITTORRENT }, + { "openft", IPT_P2P_PROTO_OPENFT } }; #define PROTOMAP_NELEM (sizeof(protomap) / (sizeof(protomap[0]))) |