Skip to content

aczid/l2sniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Linux Ethernet Sniffer

A simple Ethernet sniffer that can log the IP and MAC addresses for TCP, UDP, ICMP and ARP traffic. It uses the Linux PF_PACKET interface to avoid relying on libpcap.

Building

$ make l2sniff

Running

$ sudo ./l2sniff eth0

References

About

A simple Ethernet sniffer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages