It has a GUI interface. Just click on stuff. It has the usual (+) and (-) boxes to expand fields and drill down.
If you right-click on a sequence like an HTTP transaction, there is an option "follow TCP stream" which will then print all the HTTP commands in one window and hide the tcp/ip stuff
Normally, name resolution is turned off to speed up decoding. Once you have a captured packet, you can go to, I think, "View" and select "network address". Then when you click on entries, the addresses will be decoded. Or you can re-read the whole file and it will show in the basic display
It shows the whole layered structure, from wifi (if you captured the stream on a device that does that) through ethernet, internet protocol, tcpudp and application layer (HTTP, FTP etc.). Clicking on each layer will light up the bytes in the hex window, and you can drill down into each option and flag at each layer.
If you want to cut-and-paste text into a report, the text version tshark in verbose mode may be better