No description
| .gitignore | ||
| nethdr.h | ||
| npcap.c | ||
| npcap_handle.c | ||
| npcap_handle.h | ||
| README.md | ||
npcap
This project demonstrates the use of raw sockets in C for network packet capture and analysis.
Features
- Capture network packets using raw sockets
- Basic packet inspection and logging
- Cross-platform support (Linux, Windows)
Requirements
- C compiler (gcc, clang, MSVC)
- Administrator/root privileges to use raw sockets
Usage
- Clone the repository:
git clone https://git.emiko.fr/Akomry/npcap.git - Build the project:
cd npcap make - Run the executable (may require sudo):
sudo ./npcap
Disclaimer
Raw sockets require elevated privileges and may affect network security. Use responsibly.
License
Currently none