PCap Filter

https://img.shields.io/pypi/v/pcapfilter.svg https://img.shields.io/travis/D3f0/pcapfilter.svg Documentation Status Updates

Python package for packet filtering and manipulation using scapy

_images/pcapfilter.svg

Features

  • Define your filters in Python
  • Pipe your output to Wireshark or TShark for visualization
  • Manipulate the payloads using Python’s 3 byte regxes
  • Save results to pcap files
  • Work in progress live reload of your filter file

Credits

This project relies on the power of Scapy for either filtering or payload modification. This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.