Skip to content

cstosgale/packet-capture-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

packet-capture-compare

Python Script to compare two packet captures.

Summary

This script will take two packet captures formatted as JSON, compare them, and write the results to an XLSX file. Please note only TCP comparison is supported at this time.

The key aim is to determine if any packets have been dropped between source and destination, additional functionality will be added soon.

Requirements

Please ensure you have Python 3.8 or later installed. You will also need to install the XLSX Writer library as follows:

python3 -m pip install XlsxWriter

Usage

To run the script, first ensure the variables at the start match the names of your json files. Then:

python3 pc-compare.py.

this will generate the xlsx in the same folder the script is run.

About

Python Script to compare two packet captures

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages