I use ngrep a lot to inspect HTTP headers to see what's going on. I use the -q
flag for quiet output, but I really don't want to see the payloads, only the headers.
Is there a way to do this? My current command is:
ngrep 'Content-Length:' port 80 -t -W byline -q