summaryrefslogtreecommitdiffstats
path: root/etc/inc/filter_log.inc
Commit message (Collapse)AuthorAgeFilesLines
* Don't split the date/time when forming a line's timestamp, use both. ↵jim-p2010-08-041-4/+1
| | | | Otherwise it can lead to oddities when crossing a date border. Fixes #478
* Add a safety check to prevent packets like those in #479 from breaking the ↵jim-p2010-06-151-0/+2
| | | | filter log in the GUI.
* Fix bug where the last line of the filter log wasn't displayed in WebGUI.jim-p2010-02-151-0/+2
|
* Use _descr() instead for getting the log interface, so it uses the ↵jim-p2009-12-181-1/+1
| | | | user-supplied name rather than wan/opt1/opt2/etc.
* This function appears to not be needed on 2.0 (It is needed on 1.2.3 where I ↵jim-p2009-12-141-17/+1
| | | | originally coded this part). Use convert_real_interface_to_friendly_interface_name() instead, since it seems to have special case handling for PPPoE and such now. Tested and working on a static IP setup, still needs tested by a PPPoE user on 2.0. (Logs should show "WAN" in the interface column, not "pppoe0".)
* Add include for config.inc. Without it, the log parser was failing when ↵jim-p2009-12-141-0/+2
| | | | called from the CLI (e.g. filterparser.php)
* This breaks the firewall log. Unknown intent, Ermal if you want to improve ↵Chris Buechler2009-12-111-2/+18
| | | | | | | | it, please make sure it works. Revert "Remove completely bogus code with propper one." This reverts commit be620dfd9283ee644c57b3c558c7dd603d0f4897.
* Remove completely bogus code with propper one.Ermal Luçi2009-12-111-18/+2
|
* Move two include files to /etc/inc instead of leaving them in the www dir. ↵jim-p2009-11-151-0/+295
Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface.
OpenPOWER on IntegriCloud