aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_alerts.php
Commit message (Expand)AuthorAgeFilesLines
* More handling for alertnumberjim-p2015-10-051-2/+2
* Improve handling of the alertnumber parameter in snort_alerts.phpjim-p2015-10-051-8/+11
* Wrap calls to sync_snort_package_config() with conf_mount_rw().bmeeks82014-10-091-0/+2
* Replace more hard-coded paths with system globals where possible.bmeeks82014-10-051-9/+9
* Use PHP date() function instead of exec() call.bmeeks82014-09-181-1/+1
* More replace PHP @unlink() with system unlink_if_exists().bmeeks82014-09-181-2/+2
* Add new LOG MGMT tab to all other tab pages.bmeeks82014-09-121-1/+2
* Add new SID MGMT tab to other tab pages.bmeeks82014-09-091-1/+2
* Add filter dialog to ALERTS tab.bmeeks82014-09-091-0/+159
* Fix-up reverse DNS lookup and table sorting for pfSense 2.2.bmeeks82014-08-141-21/+62
* Update Snort package to latest 2.9.6.2 binary and fix some GUI bugs.bmeeks82014-07-231-0/+2
* Add history tag text to all write_config() calls.bmeeks82014-04-281-3/+5
* Use $_POST for config changes and add misc fixes and improvements.bmeeks82014-04-081-128/+157
* Tweak new Reverse DNS feature based on pfSense versionbmeeks82014-01-281-10/+20
* Add disable SID icon for alerts on Alerts tabbmeeks82014-01-271-1/+77
* Mimic all DNS lookup features of F/W log with Alertsbmeeks82014-01-251-8/+12
* Fix to return to same interface when unblocking a host.bmeeks82014-01-251-2/+2
* Incorporate Ermal's comments -- use conf_mount_rw() only where needed.bmeeks82014-01-131-5/+0
* Ensure conf_mount_rw() and conf_mount_ro() are used where needed.bmeeks82014-01-121-1/+4
* Add new param to tail command to fix date sortingbmeeks82014-01-011-1/+1
* Snort 2.9.5.5 pkg v3.0.0 updatebmeeks82013-11-181-6/+7
* Fix broken log data downloads for modern browsers.bmeeks82013-10-161-16/+21
* Add reverse DNS lookup icon and fix dup Suppress List bugbmeeks82013-09-251-18/+31
* Fix bug preventing auto-adding entry to an empty Suppress List.bmeeks82013-09-251-0/+4
* Incorporate Ermal's comment to condense code. No functionality change.bmeeks82013-06-191-77/+74
* Add new track by_src and by_dst auto-Suppress List icons.bmeeks82013-06-181-11/+124
* Add HTML markup to wrap IPv6 address in Alert and Blocked tabs.bmeeks82013-06-011-0/+4
* Fix various HTML style issues to tidy up GUI.bmeeks82013-05-221-2/+3
* HTML edits to fix table layout in Firefox and Chrome.bmeeks82013-05-211-21/+33
* Extend SRC and DST columns just a bit to hold long IP addresses.bmeeks82013-05-161-2/+2
* Tweak HTML for tables to improve word-wrapping and column layouts.bmeeks82013-05-161-24/+24
* snort - (re)include two level menu and change start stop icons to toggle stat...Marcello Coutinho2013-05-141-0/+1
* Snort Pkg 2.5.8 Update - bug fixes and new featuresbmeeks82013-05-131-46/+61
* Update Snort package to ver 2.5.7 - bug fixes and new featuresbmeeks82013-04-251-1/+1
* Add IPS policy select, auto-flowbit resolution and bug fixes.Bill Meeks2013-01-201-0/+0
* Merge pull request #295 from digdug3/masterErmal Luçi2012-07-271-24/+23
|\
| * Update config/snort/snort_alerts.phpdigdug32012-07-251-25/+24
* | Implement gettext() calls on stringsRenato Botelho2012-07-241-25/+25
|/
* Add description of suppression and remove exessive newlinesErmal2012-07-181-2/+6
* Remove the file after usageErmal2012-07-161-0/+1
* Force use of aliases from pfSense for replacing snort var settings. Also make...Ermal2012-07-161-40/+30
* Remove nanosecondsErmal2012-07-161-1/+1
* Actually sort in reverse to have the last as first in GUIErmal2012-07-151-1/+1
* Fix clearing alert logs for other instancesErmal2012-07-151-1/+2
* Make sensitive data configurableErmal2012-07-151-0/+3
* Enable Sorting classes and actually get the last of the file rather then begi...Ermal2012-07-151-6/+9
* Correct field extractionErmal2012-07-141-1/+1
* Reorder some fields in alert to make better bviewErmal2012-07-141-13/+7
* Switch to output alert_csv to fix all issues with snort alerts/blocked descrErmal2012-07-141-334/+148
* Rather than unlinking/writing to a file opened by snort. Truncate it.Ermal2012-07-131-3/+8