summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-07-17 06:22:13 +0100
committerGitHub <noreply@github.com>2017-07-17 06:22:13 +0100
commit49bb19eb0f12fb41fc4adfbaa149b30e4c8cc3b0 (patch)
treef60354587a2e4ae7f2dd4bf85c396df52290a728 /src/usr/local/www/diag_packet_capture.php
parentb0fc769afdc81f2a960d4a57c43345ef3857d38f (diff)
downloadpfsense-49bb19eb0f12fb41fc4adfbaa149b30e4c8cc3b0.zip
pfsense-49bb19eb0f12fb41fc4adfbaa149b30e4c8cc3b0.tar.gz
slight further text/format improvement
Diffstat (limited to 'src/usr/local/www/diag_packet_capture.php')
-rwxr-xr-xsrc/usr/local/www/diag_packet_capture.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index b4b095b..869c33b 100755
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -315,15 +315,15 @@ $section->addInput(new Form_Checkbox(
'Promiscuous',
'Enable promiscuous mode',
$promiscuous
-))->setHelp('%1$sNon-promiscuous mode captures only data directly relevant to the host (sent by it, sent or broadcast to it, or routed through it). ' .
- '%2$s%3$sPromiscuous mode%4$s captures all data seen by the adapter, whether or not related to the host, ' .
- 'but in some cases may have undesirable side effects. Click Info for details %5$s' .
+))->setHelp('%1$sNon-promiscuous mode captures only traffic that is directly relevant to the host (sent by it, sent or broadcast to it, or routed through it). ' .
+ '%2$s%3$sPromiscuous mode%4$s ("sniffing") captures all data seen by the adapter, whether or not related to the host, ' .
+ 'but in some cases may have undesirable side effects and not all adapters support this option. Click Info for details %5$s' .
'Promiscuous mode requires more kernel processing of packets. This puts a slightly higher demand on system resources, especially ' .
'on busy networks or low power processors. The change in packet processing may allow a hostile host to detect that an adapter is in promiscuous mode ' .
'or to \'fingerprint\' the kernel (see %6$s). Some network adapters may not support or work well in promiscuous mode (see %7$s).%8$s',
'<p style="margin-bottom:2px;padding-bottom:0px">',
- '</p><p style="margin-top:0px;padding-top:0px">',
+ '</p><p style="margin:0px;padding:0px">',
'<a href="https://en.wikipedia.org/wiki/Promiscuous_mode">',
'</a>',
'<span class="infoblock" style="font-size:90%"><br />',
OpenPOWER on IntegriCloud