Skip to content

Instantly share code, notes, and snippets.

@fberger
Created August 24, 2010 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fberger/548302 to your computer and use it in GitHub Desktop.
Save fberger/548302 to your computer and use it in GitHub Desktop.
mvn -D'test=package.ClassTest' verify
# print http headers and body
tshark -R 'http' -S -V -l | awk '/^[HL]/ {p=30} /^[^ HL]/ {p=0} /^ / {--p} {if (p>0) print}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment