Useful tcpdump Commands for Network Engineers
Today we will cover tcpdump tool. Tcpdump is a packet analyzer tool just like wireshark.It run under command line interface. It help you to capture data packets on low level to understand what is going on inside the packet.You can run tcpdump on linux/unix based operating systems. Syntax for tcpdumptcpdump <paramter> e.g tcpdump -i eth0…