OperatorFoundation / PacketCaptureLSF

PacketCaptureLSF is a high-level Swift interface to capture network traffic on Linux using the AF_PACKET interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PacketCaptureLSF

PacketCaptureLSF is a high-level Swift interface to capture network traffic on Linux using the Linux Socket Filtering interface

PacketCaptureLSF uses the Linux Socket Filtering API to read raw bytes from a network interface eliminating the need for an external library such as libpcap

About

PacketCaptureLSF is a high-level Swift interface to capture network traffic on Linux using the AF_PACKET interface

License:MIT License


Languages

Language:Swift 85.4%Language:C 14.6%