From: <li...@us...> - 2004-02-08 16:50:38
|
Update of /cvsroot/iptables-p2p/iptables-p2p/iptables In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19658/iptables Modified Files: libipt_p2p.c Log Message: changed kazaa references to fasttrack Index: libipt_p2p.c =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/iptables/libipt_p2p.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- libipt_p2p.c 8 Feb 2004 00:49:20 -0000 1.11 +++ libipt_p2p.c 8 Feb 2004 16:47:29 -0000 1.12 @@ -37,7 +37,7 @@ protomap[] = { { "all", IPT_P2P_PROTO_ALL }, - { "kazaa", IPT_P2P_PROTO_KAZAA }, + { "fasttrack", IPT_P2P_PROTO_FASTTRACK }, { "gnutella", IPT_P2P_PROTO_GNUTELLA }, { "edonkey", IPT_P2P_PROTO_EDONKEY }, { "dc", IPT_P2P_PROTO_DIRECT_CONNECT }, @@ -151,9 +151,9 @@ /* * Arg may be in the following forms: * - * kazaa,gnutella = IPT_P2P_PROTO_KAZAA | IPT_P2P_PROTO_GNUTELLA - * 0x6 = IPT_P2P_PROTO_GNUTELLA | IPT_P2P_PROTO_EDONKEY - * edonkey,16 = IPT_P2P_PROTO_EDONKEY | IPT_P2P_PROTO_BITTORRENT + * fasttrack,gnutella = IPT_P2P_PROTO_FASTTRACK | IPT_P2P_PROTO_GNUTELLA + * 0x6 = IPT_P2P_PROTO_GNUTELLA | IPT_P2P_PROTO_EDONKEY + * edonkey,16 = IPT_P2P_PROTO_EDONKEY | IPT_P2P_PROTO_BITTORRENT */ static int arglist_to_proto(const char *arg, int invert) { |