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/skypetoskype.pat | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr/local/share/protocols/skypetoskype.pat (limited to 'usr/local/share/protocols/skypetoskype.pat') diff --git a/usr/local/share/protocols/skypetoskype.pat b/usr/local/share/protocols/skypetoskype.pat new file mode 100644 index 0000000..3649492 --- /dev/null +++ b/usr/local/share/protocols/skypetoskype.pat @@ -0,0 +1,13 @@ +# Skype to Skype - UDP voice call (program to program) - http://skype.com +# Pattern attributes: ok veryfast fast overmatch +# Protocol groups: voip p2p proprietary +# Wiki: http://www.protocolinfo.org/wiki/Skype + +# This matches at least some of the general chatter that occurs when the +# user isn't doing anything as well as actual calls. +# Thanks to Myles Uyema, mylesuyema AT gmail.com + +skypetoskype +# require at least 16 bytes (my limited tests always get at least 18) +^..\x02............. + -- cgit v1.1