summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-05-22 15:54:50 -0400
committerjim-p <jimp@pfsense.org>2014-05-22 15:54:50 -0400
commit77a4e6d7db7c40a3f2251eccc62db155df446c14 (patch)
treefbb510d01a05669e1cf2fc74391c3eef513212f4 /usr
parent017e4ad34d66fa549e2b3cc26730dd912404b923 (diff)
downloadpfsense-77a4e6d7db7c40a3f2251eccc62db155df446c14.zip
pfsense-77a4e6d7db7c40a3f2251eccc62db155df446c14.tar.gz
Clarify usage for not/and/or in host field
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/diag_packet_capture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_packet_capture.php b/usr/local/www/diag_packet_capture.php
index 65f5d8f..38cb8c2 100644
--- a/usr/local/www/diag_packet_capture.php
+++ b/usr/local/www/diag_packet_capture.php
@@ -297,7 +297,7 @@ include("fbegin.inc");
<td colspan="2" width="83%" class="vtable">
<input name="host" class="formfld host" id="host" size="20" value="<?=htmlspecialchars($host);?>" />
<br /><?=gettext("This value is either the Source or Destination IP address or subnet in CIDR notation. The packet capture will look for this address in either field.");?>
- <br /><?=gettext("This value can be a domain name or IP address, or subnet in CIDR notation.");?>
+ <br /><?=gettext("Matching can be negated by preceding the value with \"!\". Multiple IP addresses or CIDR subnets may be specified. Comma (\",\") separated values perform a boolean \"and\". Separating with a pipe (\"|\") performs a boolean \"or\".");?>
<br /><?=gettext("If you leave this field blank, all packets on the specified interface will be captured.");?>
</td>
</tr>
OpenPOWER on IntegriCloud