jmatj / har2pcap

har2pcap converts .har (HTTP Archive Viewer) files into the pcapng file format - which can be analyzed with Wireshark.
GNU General Public License v3.0
8 stars 1 forks source link

Intruduce pcapng block builder API #2

Closed raphiz closed 8 years ago

raphiz commented 8 years ago

It's a bit abstract - but it allows us to write the block by block of the pcapng Format.

I implemented the InterfaceDescriptionBlock and SectionHeaderBlock so far.

Enhanced Packet Block is the most important one since every HTTP packet is a subtype of it.