Skip to content

Python code to parse JSON network traffic data to CSV file.

License

Notifications You must be signed in to change notification settings

abhiverma866/PCAP-dataExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCAP-dataExtractor

Python code to parse JSON network traffic data to CSV file.

Note: The script is written for Python 3.6.7. Probably ork with all other versions. Steps for PCAP -> JSON -> Parsed data file.

Step 1: Export pcap data to JSON file.

Wireshark has a feature to export it's capture files to JSON. File->Export Packet Dissections->As JSON

Step 2: Make required changes in json2csv.py file.

Step 3: Execute json2pcap.py

About

Python code to parse JSON network traffic data to CSV file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages