Sample usage:
sudo tshark -f 'host 192.168.1.102
This produces simple one liners for each request.
What you likely want is the
-V
option which fully disassembles each frame much as you can do in the
GUI Wireshark:
sudo tshark -V -f 'host 192.168.1.102
New to topics? Read the docs here!