From: Josh G. <ja...@us...> - 2004-09-08 09:57:43
|
Update of /cvsroot/iptables-p2p/iptables-p2p In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18886 Modified Files: TODO INSTALL Log Message: formatting Index: TODO =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/TODO,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- TODO 7 Mar 2004 01:26:57 -0000 1.3 +++ TODO 8 Sep 2004 09:57:33 -0000 1.4 @@ -1,4 +1,10 @@ - * Support for WinMX/Napster - * Support for Soulseek - * Testing framework - - Possibly reading several pcap files with traffic and feeding it to the match modules. +$Id$ + +Todo +==== + + * Support for WinMX/Napster + * Support for Soulseek + * Testing framework + - Possibly reading several pcap files with traffic and feeding it to + the match modules. Index: INSTALL =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- INSTALL 7 Mar 2004 01:47:05 -0000 1.5 +++ INSTALL 8 Sep 2004 09:57:33 -0000 1.6 @@ -10,8 +10,8 @@ 2. Run make in order to compile iptables-p2p. 3. Insert the kernel/ipt_p2p.o module directly using insmod or copy it into - your modules directory. - If you are using a 2.6 kernel, the module is named kernel/ipt_p2p.ko. + your modules directory. If you are using a 2.6 kernel, the module is named + kernel/ipt_p2p.ko. 4. Insert the iptables library libipt_p2p.so into the iptables lib directory (usually /lib/iptables). @@ -30,4 +30,3 @@ Example: $ cp -a iptables-1.2.9/include/* /usr/include - |