Skip to content

ksergey/spcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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