The problem is that it seems to require that you specify a port number, so that:
Code: Select all
:put [find src-address=192.168.0.112]
Instead I'd have to print the whole list and specify a port number, for example:
Code: Select all
:put [find src-address=192.168.0.112:4510]
Is there some way of giving a wildcard port number, to get a list of all connections from a specific IP address?
Thanks,
Kevin