Revision 4d699f7f
Added by Marcos M about 1 year ago
src/usr/local/www/diag_packet_capture.php | ||
---|---|---|
402 | 402 |
$form_match_protocol += array( |
403 | 403 |
'ping' => '[Ping]', |
404 | 404 |
'ipsec' => '[IPsec]', |
405 |
'carp' => '[CARP]' |
|
405 |
'tcp' => '[TCP]', |
|
406 |
'udp' => '[UDP]', |
|
407 |
'carp' => '[CARP]', |
|
408 |
'pfsync' => '[pfsync]', |
|
409 |
'ospf' => '[OSPF]' |
|
406 | 410 |
); |
407 | 411 |
// Variables for each Section |
408 | 412 |
$form_filter_section_begin_row = array('ipaddress', 'protocol'); |
Also available in: Unified diff
Restore protocol selections in Packet Capture GUI. Fix #15609