Project

General

Profile

« Previous | Next » 

Revision b2f73235

Added by Jim Pingle over 12 years ago

Fix wording/formatting of promisc option

View differences:

usr/local/www/diag_packet_capture.php
199 199
			</select>
200 200
			<br/><?=gettext("Select the interface on which to capture traffic.");?>
201 201
			</td>
202
		</tr>
203
		<tr>
204
			<td width="17%" valign="top" class="vncellreq"><?=gettext("Promiscuous");?></td>
202 205
			<td width="51%" class="vtable">
203 206
			<input name="promiscuous" type="checkbox"<?php if($_POST['promiscuous']) echo " CHECKED"; ?>>
204
			<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.");?>
205
			<br/><b><?=gettext("Note");?>: </b><?=gettext("Some NIC's do not support or work well in promiscuous mode.");?>
207
			<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.");?>
208
			<br/><b><?=gettext("Note");?>: </b><?=gettext("Some network adapters do not support or work well in promiscuous mode.");?>
206 209
			</td>
207 210
		</tr>
208 211
		<tr>

Also available in: Unified diff