The Local ports field in the TCP Links plug-in is using the PCRE regex syntax. By default, it behaves like it is wild-carded in the beginning and end of the pattern. For example, the syntax below:
will capture ports 5002, 50021, and 15002. If you only need to capture port 5002, then you need the following syntax:
Comments
0 comments
Please sign in to leave a comment.