Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ribtips/perl-pcapng

A PcapNG parser written in pure Perl
https://github.com/ribtips/perl-pcapng

pcapng pcapng-decoder perl perl5 perl5-module

Last synced: 4 days ago
JSON representation

A PcapNG parser written in pure Perl

Awesome Lists containing this project

README

        

# perl-pcapng
This is a pcapng parser written in pure perl.

Currently the file parser has 2 modes:
Mode1 - Read Whole File
- You give the script a pcapng file location and it will open the whole file and read the entirety of the file. It will return a hash or hashes with all of the sections broken out.

Mode2 - Read and Return Individual Blocks
- You give the script a file handle and location of where it is in the file, and it will only read a single block at a time. At the end of each block it will return a hash that has the contents of the block stored in the hash.