/pcap-grapher

Create an intuitive and interactive graph of a client's IP traffic

Primary LanguagePythonApache License 2.0Apache-2.0

pcap-grapher

Create an intuitive and interactive graph of a client's IP traffic.

Usage: pcap-grapher.py [-h] [-f display-filter] <pcap path> <client's ip> Alt text

Additional features:

  • Filter the traffic to get an even-more concise graph
  • Click a packet (circle) to get details about the flow on stdout (incl. protocols)

Prerequisites:

  • pyshark
  • numpy
  • matplotlib

TODOs:

  • Restructure project