Please see the page specs to be sure you can run Packet Garden on your computer.

News 29-07-07: Packet Garden 1.0 now runs on Ubuntu 7.04 ('Feisty'). Thanks to Pix for spotting the shift to Python2.5. Join us in the IRC channel #packetgarden on irc.freenode.net to get support and suggest features


Current Version (Linux, Windows, OS X (PPC only) and Source) 1.0

see the list of bug fixes here


Note: Packet Garden is not running on all AMD64 Windows machines, and neither is it working on Intel Macs. PG will not capture from a firewire device. PG uses port 2080 internally (ie not network exposed). If this port is somehow blocked, packet capture will not start.

If you are are interested in packaging Packet Garden, fully credited, for the following platforms, please email me: FreeBSD, Gentoo, Ubuntu PPC, Arch Linux, Windows AMD64, OS X Intel, Fedora [more].

Linux

  • Ubuntu 7.04 ('Feisty') and Ubuntu 6.10 ('Edgy')
  1. Download here
  2. Remove the existing ~/.packetgarden directory if you've installed PG previously (rm -fr ~/.packetgarden will do).
  3. Download and install the packages pypcap and dpkt from the above URL (double-click or use the terminal). Then install the packetgarden package. You will be notified of any other missing packages (like Python2.4).
  4. Start a terminal and type 'packetgarden' and hit ENTER. You may also find it in your Programs menu.
  5. Packet Garden can be easily uninstalled from Ubuntu using dpkg (or Synaptic) as usual.

  • Debian
  1. Packages for for Debian Sid and Debian Etch here
  2. Remove the existing ~/.packetgarden directory if you've installed PG previously (rm -fr ~/.packetgarden will do).
  3. Download and install the packages pypcap and dpkt from the above URL. Then install the packetgarden package.
  4. Start a terminal and type 'packetgarden' and hit ENTER. You may also find it in your Programs menu.
  5. Packet Garden can be easily uninstalled from Debian using dpkg as usual.

  • Gentoo
  1. Packages are available via Gentoo Sunrise. Thanks to ColdWind For the ebuilds!
  2. Ensure you also install pypcap and dpkt (available via the same repository).
  3. Report all bugs here or to ColdWind in #gentoo-sunrise on the server irc.freenode.net

  • Manual Linux install
  1. Download the tarball from here
  2. Extract and see README_LINUX.txt for further instructions.


Windows XP/2000 (32 Bit only for now!)

  1. Ensure you're Administrator or belong to the Power Users group on your machine
  2. Download this ZIP archive and unzip it to your desktop.
  3. Install WinPcap then PacketGarden using the setup EXE's. Don't upgrade WinPcap if offered, packet capture will fail. PG need WinPcap3.1.
  4. Disable any network devices on your machine not being used to connect to the Internet.
  5. Double-click the icon on your desktop, or use your Start --> Program Files menu.

Known bugs:

Shadow mode causes crash on NVIDIA cards. No fix forseen yet.
Windows users getting a "GL_INVALID_ENUM" error need to upgrade their graphics card drivers. This is a bug affecting older versions of OpenGL. Thanks atomekk


Apple OS X 'Tiger' (PPC only for now!).

  1. Download the ZIP file from here.
  2. Unzip
  3. Click on the file this makes.
  4. Follow the installation steps.
  5. Look for "Packet Garden" folder in your Applications folder
  6. Launch "Packet Garden.app"

Known bugs:

Escaping play-mode causes crash, not restart. Same goes for saving in the 'configure' screen


Source Code

  1. Download the tarball from here