Skip to content

Python3 scripts that analyze protocols in a PCAP to a CSV file

Notifications You must be signed in to change notification settings

f13rce/AutomaticProtocolAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutomaticProtocolAnalysis

Python3 scripts that analyze protocols in the recorded PCAP(s) to a CSV file.

Requirements

Python 3.6 or newer pip3 install pyshark

Usage

Put the recorded pcap(s) in the pcaps directory and run python3 analyzepcaps.py. A CSV file will be generated in the stats directory.

The analyzeprotocolspergame.py script could further analyze the CSV files to make a summary of the count of protocols used in total by the pcaps in question.

About

Python3 scripts that analyze protocols in a PCAP to a CSV file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages