mnuzen / wire-dolphine

The goal of this project is to provide causal users with a simple and intuitive way of visualizing network communications. By explaining how computers communicate through packets and networks, we hope to educate users on the structure of the internet.
Apache License 2.0
3 stars 1 forks source link

Add PCAPNG functionality to packet parser #6

Open mnuzen opened 4 years ago

mnuzen commented 4 years ago

Current PCAP parser library (pkts) only supports parsing of older PCAP files, not PCAPNG. Need to incorporate a way to filter out PCAPNG files or convert PCAPNG files to PCAP files in order to properly parse.

Providing PCAPNG file currently reports IllegalArgumentException: Unknown header type (an issue with pkts library).

arunk054 commented 3 years ago

So your parser fails when we provide a PCAPNG file? what is the error it reports in that case?