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

https://github.com/jhleeeme/bpfocket

linux packet capture header-only library using berkely packet filter
https://github.com/jhleeeme/bpfocket

bpf cpp header-only packet-capture socket socket-programming

Last synced: 5 months ago
JSON representation

linux packet capture header-only library using berkely packet filter

Awesome Lists containing this project

README

          

# BPFocket
BPFocket is a Linux-specific, header-only C++ libraries.

### Components
1. **BPFapture**
- A packet capture library using Raw Socket & Berkeley Packet Filter ([bpfapture.h](https://github.com/JHLeeeMe/BPFocket/blob/master/include/bpfocket/bpfapture.h))
3. **To do**
- features will be added in the future.

### Dependencies
This project uses GoogleTest (gtest) for its testing framework. GoogleTest is distributed under the BSD 3-Clause "New" or "Revised" License. For more details, see [GoogleTest's GitHub repository](https://github.com/google/googletest).