aboutsummaryrefslogtreecommitdiffstats
path: root/packages/snort/snort_rules.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix snort rules page.Scott Ullrich2008-03-171-3/+8
| | | | See: http://forum.pfsense.org/index.php/topic,8386.0/topicseen.html
* The first line in the function reads: "box = document.forms[1].selectbox;"Scott Ullrich2007-11-011-1/+1
| | | | | | | | Microsoft's javascript system interprets that to say: "box = document.forms.1.selectbox;" which, of course, does not exist on the document being displayed in the browser - this means you can not select the Category for the Rules to view or edit. The "fix" is to remove the [1] in the line so IE-7 and cousins will interpret the line correctly - If this "breaks" other, well mannered browsers then you need to include code in the javascript function to determine "what" browser is performing the action and adjust the variable assignment accordingly .... Ticket #1483
* Shorten tab lengthsScott Ullrich2007-05-081-8/+8
|
* Changes to snort rules will now prompt user to apply changes. Applying ↵Scott Dale2007-02-121-84/+102
| | | | changes will now restart snort properly after changes have been made.
* Latest fixes from ScottScott Ullrich2006-12-111-19/+17
|
* Updated file from Scott.Scott Ullrich2006-12-111-345/+348
|
* Add Snort rule activation/deactivation/edit support.Scott Ullrich2006-12-091-0/+482
Written and submitted by: Scott Dale <c_scott_dale_AT_yahoo.com