packetpeeper icon indicating copy to clipboard operation
packetpeeper copied to clipboard

A free network protocol analyzer for Mac OS X

Packet Peeper

Xcode

Latest Release

Download here.

Building

Run:

  • git submodule update --init --recursive
  • xcodebuild -target All -configuration Release

If you want to build a dmg file run:

  • xcodebuild -target CreateDiskImage -configuration Release

Releases

  • Push a tag with pattern YYYY-MM-DD and a release will be created containing a disk image built from the tag.