What is the usage of using the filter ''-n'' in the tcpdump command ?
The '-n' filter in the tcpdump command is used to disable the name resolution of the host. This means that instead of displaying hostnames, the command will show IP addresses, which can be useful for troubleshooting network issues without the delay of DNS lookups.
Domain
TCPDUMP
Currently there are no comments in this discussion, be the first to comment!