summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
Commit message (Collapse)AuthorAgeFilesLines
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Diagnostics / Packet CaptureNOYB2016-04-271-3/+4
| | | | | | A few textual alterations. (cherry picked from commit 80857665b96e542427965b66d51914d88f1e67e1)
* Diagnostics - Menu - PunctuationNOYB2016-04-261-1/+1
| | | | | | Clean up some punctuation. (cherry picked from commit 3728bbe5a5340a770ebe3feb526485c28888cdde)
* Add validation of address family and protocol combinations. Ticket #6219Chris Buechler2016-04-201-0/+12
|
* Merge pull request #2830 from NOYB/Diagnostics_-_Remove_PersonalizationsStephen Beaver2016-04-041-2/+2
| | | | (cherry picked from commit 235d9db9da3f871d6daefa4130abb8fb960a0222)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-4/+4
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-4/+4
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-8/+16
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Fix handling of promicuous checkbox on packet capture. Fixes #5896jim-p2016-02-161-1/+2
|
* Fix spacing issue with "Exclude ESP"jim-p2016-02-161-1/+1
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Add missing commajim-p2016-02-061-1/+1
|
* Add pfsync to the list of pre-defined packet capture filters. Also add ↵jim-p2016-02-051-2/+5
| | | | negation for ESP that seems to have been accidentally omitted.
* When the protocol is set for CARP, tell tcpdump to interpret it as CARP for ↵jim-p2016-01-251-3/+8
| | | | more accurate output.
* Merge branch 'add_call_gettext_diagnostic_menu_pages' of ↵Stephen Beaver2016-01-211-4/+4
|\ | | | | | | | | | | | | https://github.com/brunostein/pfsense * 'add_call_gettext_diagnostic_menu_pages' of https://github.com/brunostein/pfsense: add call gettext function for translate
| * add call gettext function for translatebruno2016-01-211-13/+13
| |
* | Add gettext to select option names where requiredStephen Beaver2016-01-211-8/+10
|/
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-5/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-10/+17
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Fix Packet Capture section headingPhil Davis2015-11-171-2/+2
| | | and provide some text for the 'dnsquery' checkbox - this makes the checkbox line up properly in the columns.
* Fixed #5402 by adding multiple fonts to accommodate different OSStephen Beaver2015-11-101-2/+2
|
* Fixed #5402Stephen Beaver2015-11-101-1/+1
|
* Fixed #5402Stephen Beaver2015-11-101-2/+2
|
* Eliminate a few more cases of $config['ipsec']['enable'].Luiz Otavio O Souza2015-11-101-3/+3
| | | | Mostly when dealing with enc0 interface.
* Fixed #5402Stephen Beaver2015-11-101-3/+4
|
* Fixed #5401Stephen Beaver2015-11-091-2/+1
|
* Diag reviewPhil Davis2015-11-091-7/+7
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-265/+285
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+485
OpenPOWER on IntegriCloud