summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-04-27 00:09:34 -0700
committerNOYB <Al_Stu@Frontier.com>2016-04-27 00:09:34 -0700
commit80857665b96e542427965b66d51914d88f1e67e1 (patch)
tree5c339102f3113595e2bae903c3bdbd142d6166ea /src/usr/local/www/diag_packet_capture.php
parent78d8dd47b16b2d19ac83f48a139c727027fbe2e7 (diff)
downloadpfsense-80857665b96e542427965b66d51914d88f1e67e1.zip
pfsense-80857665b96e542427965b66d51914d88f1e67e1.tar.gz
Diagnostics / Packet Capture
A few textual alterations.
Diffstat (limited to 'src/usr/local/www/diag_packet_capture.php')
-rw-r--r--src/usr/local/www/diag_packet_capture.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index a96ef7c..9659e84 100644
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -318,9 +318,10 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Checkbox(
'promiscuous',
'Promiscuous',
- 'Packet capture will be performed using promiscuous mode',
+ 'Enable promiscuous mode',
$promiscuous
-))->setHelp('Note: Some network adapters do not support or work well in promiscuous mode.'. '<br />' .
+))->setHelp('The packet capture will be performed using promiscuous mode.<br />' .
+ 'Note: Some network adapters do not support or work well in promiscuous mode.'. '<br />' .
'More: ' . '<a target="_blank" href="http://www.freebsd.org/cgi/man.cgi?query=tcpdump&amp;apropos=0&amp;sektion=0&amp;manpath=FreeBSD+8.3-stable&amp;arch=default&amp;format=html">' .
'Packet capture' . '</a>');
@@ -392,7 +393,7 @@ $section->addInput(new Form_Checkbox(
'Reverse DNS Lookup',
'Do reverse DNS lookup',
$_POST['dnsquery']
-))->setHelp('This check box will cause the packet capture to perform a reverse DNS lookup associated with all IP addresses.' . '<br />' .
+))->setHelp('The packet capture will perform a reverse DNS lookup associated with all IP addresses.' . '<br />' .
'This option can cause delays for large packet captures.');
$form->add($section);
OpenPOWER on IntegriCloud