No description
Find a file
2025-08-23 00:04:19 +02:00
gitignore feat: yeah lots of things 2025-08-23 00:04:19 +02:00
nethdr.h feat: yeah lots of things 2025-08-23 00:04:19 +02:00
npcap.c feat: yeah lots of things 2025-08-23 00:04:19 +02:00
npcap_handle.c feat: yeah lots of things 2025-08-23 00:04:19 +02:00
npcap_handle.h feat: yeah lots of things 2025-08-23 00:04:19 +02:00
README.md initial commit 2025-08-23 00:03:39 +02:00

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

  1. Clone the repository:
    git clone https://git.emiko.fr/Akomry/npcap.git
    
  2. Build the project:
    cd npcap
    make
    
  3. Run the executable (may require sudo):
    sudo ./npcap
    

Disclaimer

Raw sockets require elevated privileges and may affect network security. Use responsibly.

License

Currently none