heathdbrown / pcap-summary

Python to find common issues in packet captures
MIT License
0 stars 0 forks source link

pcap-summary

PyPI - Version PyPI - Python Version


Table of Contents

Overview

Pcap-summary cli analyzes packet captures with common filters to reduce reviewing time in analysis.

Usage

$pcap-summary http.cap dns
File Name: http.cap
Total Number of Packets: 43
DNS request from 145.254.160.237 : pagead2.googlesyndication.com
DNS request from 145.253.2.203 : pagead2.googlesyndication.com
DNS Servers:
         - 145.253.2.203

Installation

pip install pcap-summary

Development

# hatch install
pipx install hatch

# Development shell
hatch shell

License

pcap-summary is distributed under the terms of the MIT license.