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
- Host: GitHub
- URL: https://github.com/jhleeeme/bpfocket
- Owner: JHLeeeMe
- License: unlicense
- Created: 2024-05-14T10:37:38.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T17:07:51.000Z (about 2 years ago)
- Last Synced: 2025-06-13T06:05:58.243Z (about 1 year ago)
- Topics: bpf, cpp, header-only, packet-capture, socket, socket-programming
- Language: C++
- Homepage:
- Size: 73.2 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).