summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-03-21 12:19:46 -0400
committerjim-p <jimp@pfsense.org>2013-03-21 12:20:38 -0400
commitb2f73235f911c800e7dfb24f78581e0356bbb615 (patch)
tree52ebe6d84d64d40fe7b02588c080b4514af18fb2 /usr/local/www/diag_packet_capture.php
parentf06ce79db7e1d8bbed06b33b2cea826a2d1d780d (diff)
downloadpfsense-b2f73235f911c800e7dfb24f78581e0356bbb615.zip
pfsense-b2f73235f911c800e7dfb24f78581e0356bbb615.tar.gz
Fix wording/formatting of promisc option
Diffstat (limited to 'usr/local/www/diag_packet_capture.php')
-rw-r--r--usr/local/www/diag_packet_capture.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index 9c5342a..116f3ab 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -199,10 +199,13 @@ include("fbegin.inc");
</select>
<br/><?=gettext("Select the interface on which to capture traffic.");?>
</td>
+ </tr>
+ <tr>
+ <td width="17%" valign="top" class="vncellreq"><?=gettext("Promiscuous");?></td>
<td width="51%" class="vtable">
<input name="promiscuous" type="checkbox"<?php if($_POST['promiscuous']) echo " CHECKED"; ?>>
- <br/><?=gettext("This check box will cause the");?> <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"><?= gettext("packet capture")?></a> <?= gettext("to perform in promiscuous mode.");?>
- <br/><b><?=gettext("Note");?>: </b><?=gettext("Some NIC's do not support or work well in promiscuous mode.");?>
+ <br/><?=gettext("If checked, the");?> <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"><?= gettext("packet capture")?></a> <?= gettext("will be performed using promiscuous mode.");?>
+ <br/><b><?=gettext("Note");?>: </b><?=gettext("Some network adapters do not support or work well in promiscuous mode.");?>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud