Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 323 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 323 Bytes

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