Revision ec5c695d
Added by Chris Buechler about 15 years ago
usr/local/www/diag_packet_capture.php | ||
---|---|---|
134 | 134 |
<input name="host" type="text" class="formfld host" id="host" size="20" value="<?=htmlspecialchars($host);?>"> |
135 | 135 |
<br/>This value is either the Source or Destination IP address. The packet capture will look for this address in either field. |
136 | 136 |
<br/>This value can be a domain name or IP address. |
137 |
<br/>If you leave this field blank all packets on the specified interface will be captured
|
|
137 |
<br/>If you leave this field blank, all packets on the specified interface will be captured.
|
|
138 | 138 |
</td> |
139 | 139 |
</tr> |
140 | 140 |
<tr> |
... | ... | |
142 | 142 |
<td width="83%" class="vtable"> |
143 | 143 |
<input name="port" type="text" class="formfld unknown" id="port" size="5" value="<?=$port;?>"> |
144 | 144 |
<br/>The port can be either the source or destination port. The packet capture will look for this port in either field. |
145 |
<br/>Leave blank if you do not want to the capture to filter by port.
|
|
145 |
<br/>Leave blank if you do not want to filter by port. |
|
146 | 146 |
</td> |
147 | 147 |
</tr> |
148 | 148 |
<tr> |
... | ... | |
150 | 150 |
<td width="83%" class="vtable"> |
151 | 151 |
<input name="snaplen" type="text" class="formfld unknown" id="snaplen" size="5" value="<?=$snaplen;?>"> |
152 | 152 |
<br/>The Packet length is the number of bytes the packet will capture for each payload. Default value is 1500. |
153 |
<br/>This value should be the same as the MTU of the Interface selected above. |
|
154 | 153 |
</td> |
155 | 154 |
</tr> |
156 | 155 |
<tr> |
... | ... | |
175 | 174 |
<td width="83%" class="vtable"> |
176 | 175 |
<input name="dnsquery" type="checkbox"<?php if($_POST['dnsquery']) echo " CHECKED"; ?>> |
177 | 176 |
<br/>This check box will cause the packet capture to perform a reverse DNS lookup associated with all IP addresses. |
178 |
<br/><b>Note: </b>This option can be CPU intensive for large packet captures.
|
|
177 |
<br/><b>Note: </b>This option can cause delays for large packet captures.
|
|
179 | 178 |
</td> |
180 | 179 |
</tr> |
181 | 180 |
<tr> |
Also available in: Unified diff
fix text