Not exactly the conversation view from Wireshark, but it's a relatively clean and readable output showing the source, destination IP addresses, and ports.
tcpdump -q -i <interface>
Add the '-t' switch to remove the time stamp as well
Not exactly the conversation view from Wireshark, but it's a relatively clean and readable output showing the source, destination IP addresses, and ports.
tcpdump -q -i <interface>
Add the '-t' switch to remove the time stamp as well