I need to capture port 9090 on eth0 and port 8080 on lo (localhost or loopback). Can somebody shows me the tcpdump expression that can do that? I am current using
tcpdump -n -i any port 8080 or port 9090
Thanks,
I need to capture port 9090 on eth0 and port 8080 on lo (localhost or loopback). Can somebody shows me the tcpdump expression that can do that? I am current using
tcpdump -n -i any port 8080 or port 9090
Thanks,