http://downloads.netgear.com/files/GPL/DM111P(B)_v3.29u_src.tar.gz
[bcm963xx.git] / targets / fs.src / etc / l7-protocols / protocols / ident.pat
diff --git a/targets/fs.src/etc/l7-protocols/protocols/ident.pat b/targets/fs.src/etc/l7-protocols/protocols/ident.pat
deleted file mode 100755 (executable)
index ffa9f48..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# Ident - Identification Protocol - RFC 1413
-# Pattern quality: good veryfast
-# Protocol groups: ietf_proposed_standard networking
-#
-# Usually runs on port 113
-#
-# This pattern is believed to work.
-#
-# To get or provide more information about this protocol and/or pattern:
-# http://www.protocolinfo.org/wiki/Ident
-# http://lists.sourceforge.net/lists/listinfo/l7-filter-developers
-
-ident
-# "number , numberCRLF" possibly without the CR and/or LF.
-# ^$ is appropriate because the first packet should never have anything
-# else in it.
-^[1-9][0-9]?[0-9]?[0-9]?[0-9]?[\x09-\x0d]*,[\x09-\x0d]*[1-9][0-9]?[0-9]?[0-9]?[0-9]?(\x0d\x0a|[\x0d\x0a])?$