williamgrosset / trace

🕵️‍♀️ Packet capture file analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trace

trace

Overview

Analyze IP datagrams in a capture file. The program will echo information from the capture file such as the source and destination, intermediate routers, protocol types, round-trip times, and fragmentation.

Usage

Prerequisite: Python 2.7.x (tested with Python 2.7.10) and .pcap capture files.

  1. Install pcapy and impacket.
  2. Run python main.py <capture-file> (see data).

About

🕵️‍♀️ Packet capture file analyzer


Languages

Language:Python 100.0%