Actions
Feature #9766
closed
VG
RB
diag_packet_capture.php: allow to input multiple tcp/udp ports
Feature #9766:
diag_packet_capture.php: allow to input multiple tcp/udp ports
Start date:
09/16/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Description
Ability to use space-separated list of TCP/UDP ports in diag_packet_capture.php
it uses count() for loop instead of foreach & end() to allow work correct if entered same port number, e.g. "22 80 80 3389"
Actions