Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / iptables / extensions / libipt_ipp2p.man
blobda345140c84afce039c149dbad78f0480bfa4ba9
1 This module matches certain packets in P2P flows. It is not
2 designed to match all packets belonging to a P2P connection - 
3 use IPP2P together with CONNMARK for this purpose. Also visit
4 http://www.ipp2p.org for detailed information.
6 Use it together with -p tcp or -p udp to search these protocols
7 only or without -p switch to search packets of both protocols.
9 IPP2P provides the following options:
10 .TP
11 .B "--edk "
12 Matches as many eDonkey/eMule packets as possible.
13 .TP
14 .B "--kazaa "
15 Matches as many KaZaA packets as possible.
16 .TP
17 .B "--gnu "
18 Matches as many Gnutella packets as possible.
19 .TP
20 .B "--dc "
21 Matches as many Direct Connect packets as possible.
22 .TP
23 .B "--bit "
24 Matches BitTorrent packets.
25 .TP
26 .B "--apple "
27 Matches AppleJuice packets.
28 .TP
29 .B "--soul "
30 Matches some SoulSeek packets. Considered as beta, use careful!
31 .TP
32 .B "--winmx "
33 Matches some WinMX packets. Considered as beta, use careful!
34 .TP
35 .B "--ares "
36 Matches Ares and AresLite packets. Use together with -j DROP only.
37 .TP
38 .B "--ipp2p "
39 Short hand for: --edk --kazaa --gnu --dc
40 .TP
41 .B "--debug "
42 Prints some information about each hit into kernel logfile. May 
43 produce huge logfiles so beware!