Skip to content

find the network packet statistics from the captured PCAP file in python

Notifications You must be signed in to change notification settings

itzmestar/network_stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Network statistics

Find the network packet statistics from the captured PCAP file in python.

It uses pyshark package to analyze the pcap file. Only TCP & UDP packets are considered. Various stats are collected & printed in csv file. Each row is created based on time or packet count.

dependency

pip install pyshark

how to run

this will give help

python3 nw_stats.py -h

About

find the network packet statistics from the captured PCAP file in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages