From 4ae45b1093b1a2fda98b263a5cffce9689ad109a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Sat, 2 Aug 2008 22:24:45 +0000 Subject: Add protocol definitions needed by ipfw-classifyd. Basically they are copied from the ipfw-classifyd pfPort which inherits them from l7-filter project on sf.net. --- usr/local/share/protocols/directconnect.pat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr/local/share/protocols/directconnect.pat (limited to 'usr/local/share/protocols/directconnect.pat') diff --git a/usr/local/share/protocols/directconnect.pat b/usr/local/share/protocols/directconnect.pat new file mode 100644 index 0000000..41631f7 --- /dev/null +++ b/usr/local/share/protocols/directconnect.pat @@ -0,0 +1,13 @@ +# Direct Connect - P2P filesharing - http://www.neo-modus.com +# Pattern attributes: good fast fast +# Protocol groups: p2p +# Wiki: http://www.protocolinfo.org/wiki/Direct_Connect +# +# Direct Connect "hubs" listen on port 411 +# http://www.dcpp.net/wiki/ +# I've verified that this pattern can be used to limit direct connect +# bandwidth using DC:PRO 0.2.3.149R11. + +directconnect +# client-to-client handshake|client-to-hub login, hub speaking|client-to-hub login, client speaking +^(\$mynick |\$lock |\$key ) -- cgit v1.1