From 99f575d42eed225405233af5cc0231ca874dce50 Mon Sep 17 00:00:00 2001 From: robiscool Date: Fri, 26 Mar 2010 18:15:02 -0700 Subject: snort-dev, fixed link logo, fixed barnyard 7.2 8.0 download, see notes.txt --- config/snort-dev/NOTES.txt | 18 +- config/snort-dev/snort.xml | 6 +- config/snort-dev/snort_alerts.php | 2 +- config/snort-dev/snort_barnyard.php | 2 +- config/snort-dev/snort_blocked.php | 2 +- config/snort-dev/snort_define_servers.php | 2 +- config/snort-dev/snort_download_rules.php | 4 +- config/snort-dev/snort_fbegin.inc | 288 +++++++++++++++++++++++++++ config/snort-dev/snort_help_info.php | 2 +- config/snort-dev/snort_interfaces.php | 11 +- config/snort-dev/snort_interfaces_edit.php | 37 +++- config/snort-dev/snort_interfaces_global.php | 133 ++++++++++++- config/snort-dev/snort_preprocessors.php | 2 +- config/snort-dev/snort_rules.php | 4 +- config/snort-dev/snort_rulesets.php | 4 +- 15 files changed, 482 insertions(+), 35 deletions(-) create mode 100755 config/snort-dev/snort_fbegin.inc (limited to 'config/snort-dev') diff --git a/config/snort-dev/NOTES.txt b/config/snort-dev/NOTES.txt index 88c80cb2..b8c61c39 100644 --- a/config/snort-dev/NOTES.txt +++ b/config/snort-dev/NOTES.txt @@ -1,19 +1,17 @@ -March 16 2019 -Snort-dev 2.8.5.3 pk v. 12 Beta +March 26 2019 +Snort-dev 2.8.5.3 pk v. 18 final -Snort is Stoping/Starting with new UUID. Files are independent of rule order now. Ya me....... +Final day. -TODO: -The snort.sh code needs to be looked at and made sure there is a new file at every enabe/disbale save, -reboot, rule delete. +Odds and ends left. -The snort_interfaces.php needs speed inprovments. !inportant. - -Make sure I ad a reset button someware the removes all of snort-devs addd to config.xml +2.0 group snort gets lost on reboot. Pierre POMES code needs to be added. +Threshold tab needs to be added. + -Done. \ No newline at end of file +Done. diff --git a/config/snort-dev/snort.xml b/config/snort-dev/snort.xml index 06b0b7de..37ce9967 100644 --- a/config/snort-dev/snort.xml +++ b/config/snort-dev/snort.xml @@ -47,7 +47,7 @@ Currently there are no FAQ items provided. Snort 2.8.5.3 - Services: Snort 2.8.5.2 pkg v. 1.12 + Services: Snort 2.8.5.2 pkg v. 1.18 /usr/local/pkg/snort/snort.inc Snort @@ -69,9 +69,9 @@ http://www.pfsense.com/packages/config/snort-dev/snort.inc - /usr/local/bin/ + /usr/local/www/snort/ 077 - http://www.pfsense.com/packages/config/snort-dev/bin/8.0.x86/barnyard2 + http://www.pfsense.com/packages/config/snort-dev/snort_fbegin.inc /usr/local/bin/ diff --git a/config/snort-dev/snort_alerts.php b/config/snort-dev/snort_alerts.php index e2784974..4f0ddb03 100644 --- a/config/snort-dev/snort_alerts.php +++ b/config/snort-dev/snort_alerts.php @@ -311,7 +311,7 @@ include("head.inc"); "; if($pfsense_stable == 'yes'){echo $pgtitle;} diff --git a/config/snort-dev/snort_barnyard.php b/config/snort-dev/snort_barnyard.php index 94217ba9..8189e414 100644 --- a/config/snort-dev/snort_barnyard.php +++ b/config/snort-dev/snort_barnyard.php @@ -233,7 +233,7 @@ include("head.inc"); ?>

- + diff --git a/config/snort-dev/snort_interfaces.php b/config/snort-dev/snort_interfaces.php index f4a73f16..44e8aa3d 100644 --- a/config/snort-dev/snort_interfaces.php +++ b/config/snort-dev/snort_interfaces.php @@ -169,7 +169,7 @@ if (isset($_POST['del_x'])) { conf_mount_ro(); write_config(); - touch($d_natconfdirty_path); + //touch($d_natconfdirty_path); header("Location: /snort/snort_interfaces.php"); exit; } @@ -223,12 +223,12 @@ if ($_GET['act'] == 'toggle' && $_GET['id'] != '') -$pgtitle = "Services: Snort 2.8.5.3 pkg v. 1.17 RC Final"; +$pgtitle = "Services: Snort 2.8.5.3 pkg v. 1.18 RC Final"; include("head.inc"); ?> - +