summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_packet_capture.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-24 12:56:26 +0545
committerPhil Davis <phil.davis@inf.org>2017-01-24 12:56:26 +0545
commitfe54f09154f4116ceea6897bff54a624f1eb63bc (patch)
tree6837592e377ad98d62047ad0a3facf60d557d9bb /src/usr/local/www/diag_packet_capture.php
parentf6b61e973ebfb3168774cb0c96485a22e76266f7 (diff)
downloadpfsense-fe54f09154f4116ceea6897bff54a624f1eb63bc.zip
pfsense-fe54f09154f4116ceea6897bff54a624f1eb63bc.tar.gz
Remaining required fields for Diag pages
Diffstat (limited to 'src/usr/local/www/diag_packet_capture.php')
-rwxr-xr-xsrc/usr/local/www/diag_packet_capture.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/diag_packet_capture.php b/src/usr/local/www/diag_packet_capture.php
index 9295fe2..0abbfab 100755
--- a/src/usr/local/www/diag_packet_capture.php
+++ b/src/usr/local/www/diag_packet_capture.php
@@ -277,7 +277,7 @@ $section = new Form_Section('Packet Capture Options');
$section->addInput(new Form_Select(
'interface',
- 'Interface',
+ '*Interface',
$selectedif,
$interfaces
))->setHelp('Select the interface on which to capture traffic. ');
@@ -294,7 +294,7 @@ $section->addInput(new Form_Checkbox(
$section->addInput(new Form_Select(
'fam',
- 'Address Family',
+ '*Address Family',
$fam,
array('' => 'Any',
'ip' => gettext('IPv4 Only'),
@@ -304,7 +304,7 @@ $section->addInput(new Form_Select(
$section->addInput(new Form_Select(
'proto',
- 'Protocol',
+ '*Protocol',
$proto,
$protocollist
))->setHelp('Select the protocol to capture, or "Any". ');
OpenPOWER on IntegriCloud