Yotamho / pcap-grapher

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Python 100.0%