Skip to content

adriangranados/pcap2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pcap2html

This is a Python script that generates an HTML view of the contents of a capture file.

HTML View of Capture File

Requirements

You need Python2 and Wireshark.

Usage

python pcap2html.py <input_file>

where <input_file> is a capture file.

For example:

python pcap2html.py ~/Desktop/mycapture.pcap

generates ~/Desktop/mycapture.pcap.html.

Notes

The conversion requires an intermediate transformation to XML, which is currently done in memory. As a result, conversion of large files may be very slow.

About

Generates an HTML view of the contents of a PCAP file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages