Actions
Feature #9766
closeddiag_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"
Updated by Viktor Gurov about 5 years ago
Updated by Jim Pingle about 5 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho about 5 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
- Target version set to 2.5.0
- % Done changed from 0 to 100
PR has been merged. Thanks!
Updated by Viktor Gurov about 5 years ago
Renato Botelho wrote:
PR has been merged. Thanks!
Tested on 2.5.0.a.20191028.1847
Works, resolved
Updated by Renato Botelho about 5 years ago
- Status changed from Feedback to Resolved
Updated by Jim Pingle almost 5 years ago
- Category changed from Diagnostics to Packet Capture
- Target version changed from 2.5.0 to 2.4.5
Updated by Jim Pingle almost 5 years ago
- Status changed from Resolved to Feedback
Needs a quick re-test on 2.4.5 once it's in a snapshot.
Updated by Jim Pingle almost 5 years ago
- Status changed from Feedback to Resolved
Works fine on 2.4.5.a.20200114.0923
Actions