summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-09-01 20:47:31 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-09-01 20:47:31 +0000
commitb5c78501097b57d02fa20d85e03117160bb6900a (patch)
treeb50feb66872df62ae758786a7ab3c6769c7e22a4 /usr/local/www/diag_packet_capture.php
parentbc40d758bea5ba6be700bd83fd9a7ae643378faa (diff)
downloadpfsense-b5c78501097b57d02fa20d85e03117160bb6900a.zip
pfsense-b5c78501097b57d02fa20d85e03117160bb6900a.tar.gz
Fixing css layout
Diffstat (limited to 'usr/local/www/diag_packet_capture.php')
-rw-r--r--usr/local/www/diag_packet_capture.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index 210b189..8f056d8 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -140,7 +140,7 @@ include("head.inc"); ?>
<tr>
<td width="17%" valign="top" class="vncellreq">Host Address</td>
<td width="83%" class="vtable">
- <input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>">
+ <input name="host" type="text" class="formfld host" id="host" size="20" value="<?=htmlspecialchars($host);?>">
<br/>This value is either the Source or Destination IP address. The packet capture will look for this address in either field.
<br/>This value can be a domain name or IP address.
<br/>If you leave this field blank all packets on the specified interface will be captured
@@ -149,7 +149,7 @@ include("head.inc"); ?>
<tr>
<td width="17%" valign="top" class="vncellreq">Port</td>
<td width="83%" class="vtable">
- <input name="port" type="text" class="formfld" id="port" size="5" value="<?=$port;?>">
+ <input name="port" type="text" class="formfld unknown" id="port" size="5" value="<?=$port;?>">
<br/>The port can be either the source or destination port. The packet capture will look for this port in either field.
<br/>Leave blank if you do not want to the capture to filter by port.
</td>
@@ -157,7 +157,7 @@ include("head.inc"); ?>
<tr>
<td width="17%" valign="top" class="vncellreq">Packet Length</td>
<td width="83%" class="vtable">
- <input name="snaplen" type="text" class="formfld" id="snaplen" size="5" value="<?=$snaplen;?>">
+ <input name="snaplen" type="text" class="formfld unknown" id="snaplen" size="5" value="<?=$snaplen;?>">
<br/>The Packet length is the number of bytes the packet will capture for each payload. Default value is 1500.
<br/>This value should be the same as the MTU of the Interface selected above.
</td>
@@ -165,13 +165,13 @@ include("head.inc"); ?>
<tr>
<td width="17%" valign="top" class="vncellreq">Count</td>
<td width="83%" class="vtable">
- <input name="count" type="text" class="formfld" id="count" size="5" value="<?=$count;?>">
+ <input name="count" type="text" class="formfld unknown" id="count" size="5" value="<?=$count;?>">
<br/>This is the number of packets the packet capture will grab. Default value is 100. <br/>Enter 0 (zero) for no count limit.
</tr>
<tr>
<td width="17%" valign="top" class="vncellreq">Level of Detail</td>
<td width="83%" class="vtable">
- <select name="detail" type="text" class="formfld" id="detail" size="1">
+ <select name="detail" type="text" class="formselect" id="detail" size="1">
<option value="-q" <?php if ($detail == "-q") echo "selected"; ?>>Normal</option>
<option value="-v" <?php if ($detail == "-v") echo "selected"; ?>>Medium</option>
<option value="-vv" <?php if ($detail == "-vv") echo "selected"; ?>>High</option>
OpenPOWER on IntegriCloud