Skip to content

joyes974/php-pcap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-pcap

A library to read pcap files.

This is a small class I wrote when I needed to parse pcap files, the idea is to add more structured protocol parsing classes and a way to easily add new "disectors".

Contents

  • pcap.php - The original implementation (pcap file reader and writer, some basic protocol parsers).
  • example-old*.php - Examples against the original implementation.
  • lib/ - New implementation (incomplete, only pcap reader/writer, no protocol parsers yet).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%