Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 656 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 656 Bytes

KernelAF

Networking Subsystem

Networking

Layer Project
Application
Transport RawIP
Network Eth0
Link Layer
Physical

RawIP

Simple project for testing and using SOCK_RAW option of socket() system call in this project I simply create IP packet and fill IP header by myself in application. Please note that in order to run this application you need root access.

Eth0

Simple project for capturing packets on low level network interface.