2010/9/21 John Wong <[email protected]>: > Hi, how to view the packet data with tcpdump? can i? > > I have tcpdump.file. which is captured from tcpdump -s 1600 -w > tcpdump.file tcp port http, > now, i want to view the http packet data. > can i use tcpdump -r? ( i want plain text, not hex )
you are looking for -X option to tcpdump(8). Read the man page for more details.

