summaryrefslogtreecommitdiffstats
path: root/usr/local/share/protocols/pdf.pat
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-10 14:18:56 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-10 14:18:56 +0000
commitc97ab82a7e6e2dc7f73cc594fbd50957c8bc1232 (patch)
treed9ba396d0e512ce7120b2a9bd548bf33b0591dbe /usr/local/share/protocols/pdf.pat
parent61c3a5afa21dc44143ec111c78ca82b6c15d802c (diff)
downloadpfsense-c97ab82a7e6e2dc7f73cc594fbd50957c8bc1232.zip
pfsense-c97ab82a7e6e2dc7f73cc594fbd50957c8bc1232.tar.gz
Update layer 7 protocol definitions and adding new regex definitions.
Diffstat (limited to 'usr/local/share/protocols/pdf.pat')
-rw-r--r--usr/local/share/protocols/pdf.pat11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/local/share/protocols/pdf.pat b/usr/local/share/protocols/pdf.pat
new file mode 100644
index 0000000..0c0e5f9
--- /dev/null
+++ b/usr/local/share/protocols/pdf.pat
@@ -0,0 +1,11 @@
+# PDF - Portable Document Format - Postscript-like format by Adobe
+# Pattern attributes: good fast notsofast subset
+# Protocol groups: file
+#
+# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
+# This pattern has been tested and is believe to work well.
+
+# Matches PDF versions 1.0 - 1.6 (not sure if 1.6 exists yet, but it probably
+# will.
+pdf
+%PDF-1\.[0123456]
OpenPOWER on IntegriCloud