From 49bb19eb0f12fb41fc4adfbaa149b30e4c8cc3b0 Mon Sep 17 00:00:00 2001 From: stilez Date: Mon, 17 Jul 2017 06:22:13 +0100 Subject: [PATCH] slight further text/format improvement --- src/usr/local/www/diag_packet_capture.php | 8 ++++---- 1 file 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 b4b095b8d2..869c33b3c7 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', '

', - '

', + '

', '', '', '
',