I'm trying to analyze JSON-RPC traffic from an application to understand an undocumented protocol. So far, I've been using Wireshark's "follow TCP stream" feature, but there's a lot of clicking involved.
Could I use tcpdump or tshark to accomplish something similar?
I simply need all of the the TCP stream data going from/to a specific host dumped to stdout.