Networking Subsystem
Layer | Project |
---|---|
Application | |
Transport | RawIP |
Network | Eth0 |
Link Layer | |
Physical |
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.
Simple project for capturing packets on low level network interface.