I only want to get UDP packets with source port 8000
I used the tshark command "tshark -i eth1 udp dst port 8000", but no data packets were obtained. I want to ask if the command is correct.
add a comment