ksergey / spcap

PCAP parser library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spcap

C++ PCAP parsing library

Features

  • Parsing PCAPs from xz/gz-encoded files directly
  • Nanoseconds timestamp precision
  • Header-only

Limitations

  • Only Ethernet frames
  • Only UDP packets
  • Only little-endian

Dependencies

  • liblzma - decoding xz-archives
  • zlib - decoding gz-archives
  • cmake - build system

About

PCAP parser library

License:MIT License


Languages

Language:C++ 97.5%Language:CMake 2.5%