This makes the ouput a bit nicer, by piping it into less.
tcpdump host en.gibney.org -A -s10000 | grep -Eo "(GET|POST).*" --line-buffered | less -S
(For some reason, grep needs to be told to stop buffering in this case. Maybe grep buffers depending on where the output goes to)