How to tcpdump like a boss

If you are ever required to deliver full tcpdumps to devs that contain as much information as possible, then this is the way to go:

tcpdump -nnvvXSs 1514 -e -i <interface>

See TCPDump Man Page for more information.