tcpdump -nnvvS host <ip-address>
To look into the data packet add the -X switch:
tcpdump -nnvvXS host <ip-address>