1 example for tcpick
# Look at TCP data in printable form
# Show Port 80 data
tcpick -r $FILE -yP "port 80"
# Show all TCP flows
tcpick -r $FILE -C
# Look at TCP data in printable form
# Show Port 80 data
tcpick -r $FILE -yP "port 80"
# Show all TCP flows
tcpick -r $FILE -C