summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/diag_packet_capture.php')
-rw-r--r--src/usr/local/www/diag_packet_capture.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index f080649..466fcc4 100644
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -292,7 +292,7 @@ require_once('classes/Form.class.php');
$form = new Form(false); // No button yet. We add those later depending on the required action
-$section = new Form_Section('General Logging Options');
+$section = new Form_Section('Packet Capture Options');
$section->addInput(new Form_Select(
'interface',
@@ -376,7 +376,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Checkbox(
'dnsquery',
'Reverse DNS Lookup',
- null,
+ 'Do reverse DNS lookup',
$_POST['dnsquery']
))->setHelp('This check box will cause the packet capture to perform a reverse DNS lookup associated with all IP addresses.' . '<br />' .
'This option can cause delays for large packet captures.');
OpenPOWER on IntegriCloud