summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
Commit message (Collapse)AuthorAgeFilesLines
* important exclusion - update help text for packets dropped by NIC / offloadstilez2017-07-301-3/+3
| | | | Say that non-promiscuous mode doesn't see packets dropped by NIC. (promiscuous detection relies mainly on different responses if a packet is dropped by NIC or kernel, so corollary is that non-promisc won't see certain packets *even if directed at the host*)
* add "very"stilez2017-07-171-1/+1
|
* slight further text/format improvementstilez2017-07-171-4/+4
|
* Improve help text for promiscuous modestilez2017-07-171-6/+17
| | | "promiscuous mode" is often quoted but not always understood. Also its possible drawbacks (other than compatibility which will be clear upon failure) may be relevant in some cases, but there's no indication of any drawbacks existing. Update help text to be more useful here. The extra detail is in a hidden clickable infobox.
* Fix some other outdated linksjim-p2017-06-231-1/+1
|
* Finish MAC address matching for packet capture. Implements #6743jim-p2017-02-281-3/+32
|
* Remove HTML from strings in diags filesPhil Davis2017-02-051-15/+21
|
* Remaining required fields for Diag pagesPhil Davis2017-01-241-3/+3
|
* Allow capturing based on MAC address as well.jim-p2016-12-271-2/+4
|
* Remove all calls to conf_mount_r* functionsRenato Botelho2016-10-121-2/+0
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* 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.
* Diagnostics - Menu - PunctuationNOYB2016-04-261-1/+1
| | | | Clean up some punctuation.
* Add validation of address family and protocol combinations. Ticket #6219Chris Buechler2016-04-201-0/+12
|
* Diagnostics - Remove PersonalizationsNOYB2016-04-031-2/+2
| | | | Remove "you" personalizations.
* 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