Skip to content

Instantly share code, notes, and snippets.

@picatz
Last active November 5, 2017 19:28
Show Gist options
  • Save picatz/f0b08cce5a9036400e46a65046d5f01c to your computer and use it in GitHub Desktop.
Save picatz/f0b08cce5a9036400e46a65046d5f01c to your computer and use it in GitHub Desktop.
Packetz : Packet Capturing Beta v.2 Version Example
capture = Packetz.capture
capture.each do |packet|
puts packet.hexdump
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment