williamgrosset / detek

:mag: TCP segment sniffer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

detek

alt text

Overview

This project was an assignment for the Computer Communications and Networks class at the University of Victoria. The purpose of this program is to identify and analyze TCP connections in a capture file. The program will echo output for each connection regarding it's status, duration, total packets and bytes sent/received, average round-trip time, and more.

Usage

Prerequisite: Python 2.7.x (tested with Python 2.7.10)

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

About

:mag: TCP segment sniffer.


Languages

Language:Python 100.0%