aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev/testing.php
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2011-01-21 12:37:21 -0800
committerrobiscool <robrob2626@yahoo.com>2011-01-21 12:40:45 -0800
commit0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6 (patch)
treeed2a1b36131b13972fec2da0be21e8c84d86d5b9 /config/snort-dev/testing.php
parentdabbd0e5978f83c5da632d30578ad32ceafbefd4 (diff)
downloadpfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.tar.gz
pfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.tar.bz2
pfsense-packages-0a9efffdf1aa8928f0eecf4bc214d2721b1f0eb6.zip
snort-dev, sqlite, remove all javascript framworks
Diffstat (limited to 'config/snort-dev/testing.php')
-rw-r--r--config/snort-dev/testing.php27
1 files changed, 27 insertions, 0 deletions
diff --git a/config/snort-dev/testing.php b/config/snort-dev/testing.php
new file mode 100644
index 00000000..87d98e26
--- /dev/null
+++ b/config/snort-dev/testing.php
@@ -0,0 +1,27 @@
+<?php
+
+require_once('/usr/local/pkg/snort/snort_new.inc');
+
+$uuid = '2565656';
+
+$a_list = snortSql_fetchAllWhitelistTypes('SnortWhitelist');
+
+
+
+ echo '<pre>' . "\n\n";
+
+
+ print_r($a_list);
+
+
+
+ echo "\n" . '</pre>';
+
+
+
+
+?>
+
+
+
+