Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 486 Bytes

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