http://downloads.netgear.com/files/GPL/DM111P(B)_v3.29u_src.tar.gz
[bcm963xx.git] / targets / fs.src / etc / l7-protocols / protocols / nntp.pat
diff --git a/targets/fs.src/etc/l7-protocols/protocols/nntp.pat b/targets/fs.src/etc/l7-protocols/protocols/nntp.pat
deleted file mode 100755 (executable)
index df8bc9d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# NNTP - Network News Transfer Protocol - RFCs 977 and 2980
-# Pattern quality: good veryfast
-# Protocol groups: ietf_proposed_standard
-#
-# usually runs on port 119
-
-# This pattern is tested and is believed to work well (but could use
-# more testing).
-#
-# To get or provide more information about this protocol and/or pattern:
-# http://www.protocolinfo.org/wiki/NNTP
-# http://lists.sourceforge.net/lists/listinfo/l7-filter-developers
-
-nntp
-# matches authorized login
-# OR 
-# matches unauthorized login if the server says "news" after 200/201
-# (Half of the 2 servers I tested did :-), but they both required authorization
-# so it's quite possible that this pattern will miss some nntp traffic.)
-^(20[01][\x09-\x0d -~]*AUTHINFO USER|20[01][\x09-\x0d -~]*news)
-
-# same thing, slightly more accurate, but 100+ times slower
-#^20[01][\x09-\x0d -~]*\x0d\x0a[\x09-\x0d -~]*AUTHINFO USER|20[01][\x09-\x0d -~]*news