Installation

Stable release

To install PCap Filter, run this command in your terminal:

$ pip install pcapfilter

This is the preferred method to install PCap Filter, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for PCap Filter can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/D3f0/pcapfilter

Or download the tarball:

$ curl  -OL https://github.com/D3f0/pcapfilter/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install

Docker Container

You can obtain this Python package as a slim docker container (30MB). To get the image run:

docker pull pcapfilter