Ecosyste.ms: Awesome
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
Last synced: about 17 hours ago
JSON representation
linux packet capture header-only library using berkely packet filter
- Host: GitHub
- URL: https://github.com/jhleeeme/bpfocket
- Owner: JHLeeeMe
- License: unlicense
- Created: 2024-05-14T10:37:38.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-22T09:28:02.000Z (8 months ago)
- Last Synced: 2024-05-22T16:24:29.991Z (8 months ago)
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).