https://github.com/operatorfoundation/packetcapturebpf
A high-level Swift interface to capturing network traffic on macOS using the Berkeley Packet Filter interface
https://github.com/operatorfoundation/packetcapturebpf
Last synced: 9 months ago
JSON representation
A high-level Swift interface to capturing network traffic on macOS using the Berkeley Packet Filter interface
- Host: GitHub
- URL: https://github.com/operatorfoundation/packetcapturebpf
- Owner: OperatorFoundation
- License: mit
- Created: 2020-12-23T22:40:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-21T21:22:24.000Z (almost 3 years ago)
- Last Synced: 2024-12-17T10:46:45.532Z (over 1 year ago)
- Language: Swift
- Size: 39.1 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PacketCaptureBPF
### PacketCaptureBPF is a high-level Swift interface to capture network traffic on MacOS using the Berkeley Packet Filter interface
PacketCaptureBPF uses Berkeley Packet Filter Devices to read raw bytes from a network interface eliminating the need for an external library such as libpcap which causes significant code signing issues on MacOS BigSur (11.1+) because it further locks down the OS for security reasons.
To Do list:
Write initial code...