aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort-dev
diff options
context:
space:
mode:
authorrobiscool <robrob2626@yahoo.com>2009-11-18 07:50:16 -0800
committerrobiscool <robrob2626@yahoo.com>2009-11-18 07:50:16 -0800
commit0f34a1f694d09b2e7887cc238532a6c772c4f29a (patch)
tree6014d85aefccdaaee5654f4cb3f5f2378691637f /config/snort-dev
parentc2c025d9879f4dfd48bc744cf731f1dd671121e0 (diff)
downloadpfsense-packages-0f34a1f694d09b2e7887cc238532a6c772c4f29a.tar.gz
pfsense-packages-0f34a1f694d09b2e7887cc238532a6c772c4f29a.tar.bz2
pfsense-packages-0f34a1f694d09b2e7887cc238532a6c772c4f29a.zip
snort-dev, update the NOTES file.
Diffstat (limited to 'config/snort-dev')
-rw-r--r--config/snort-dev/NOTES.txt46
1 files changed, 40 insertions, 6 deletions
diff --git a/config/snort-dev/NOTES.txt b/config/snort-dev/NOTES.txt
index 8988d817..25a176a5 100644
--- a/config/snort-dev/NOTES.txt
+++ b/config/snort-dev/NOTES.txt
@@ -1,24 +1,58 @@
-November 17 2009
+November 18 2009
+
+Snort_inline due date is by Dec 1st. (Why ? Scott said so.)
+
+Gui is almost done. just odds and ends left.
If you work on this package just comment on every-thing you change or add.
+====================
+Goals
+====================
+
+Release the New snort GUI as a package for 1.2.3 so that we can work out bugs.
-Gui is almost done.
+Move the Snort GUI to base of Pfsense. The divert options should be added to firewall_nat.php or firewall_rules.php.
+
+Ask Ermal to add divert out to Pfsense again though, he has kept divert in.
+
+=====================
+What Im working on
+=====================
snort.inc
-Must be recoded so that it reads the [snortglobal][rule] options in conf.xml and makes a snort.sh, snort.conf, and barnyard.conf.
-This is easy, just cut and paste from the old snort.inc.
+Must be recoded so that it reads the [snortglobal] [snortglobal][rule] options in conf.xml and makes the files whitelist, snort.sh, snort.conf, and barnyard.conf.
+This is easy, just cut and paste from the old snort.inc. I will work on this.
+
+
+=================================
+Any Devs that would like to help please work on snort_rules_edit.php and snort_rules.php. They work but need cleaning up.
+=================================
snort_rules_edit.php
-What I am working on. Just make sure all snort sig options are supported.
+Make sure all snort sig options that are in the GUI are written to file.
snort_rules.php
Change the way the rules get disabled, by removing the x icon image and replacing it with check boxes.
-This should improve the users use of the package. Moreover, check boxes could be added to blocked.php tab to improve performance.
+This should improve the users experience. Moreover, check boxes could be added to blocked.php tab to improve performance.
Users always complain that the way were deleting options is slow.
create whitelist.php and help_info.php
+
+===========================================
+Misc.
+===========================================
+
+Adding extry options to the new snort gui for snort_inline should be easy once we have it working.
+
+Snort_inline binaries with custom c++ code ready to go.
+
+Snort_inline works with only one Wan and Lan. Add a Opt onterface and the TCP flow goes into a loop.
+This should be easy to fix by the firewall guru by modifying the divert rule I am using.
+
+
+
Done. \ No newline at end of file