Skip to content

AmineHazi/Sniffer-V0.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sniffer-V0.0

A little Packet sniffer made in C

TO BUILD :

  • Using Make : "make sniffer"
  • Without Make : "gcc build/main.c build/sniffer.c protocols/tcp.c protocols/udp.c protocols/icmp.c && sudo ./a.out"

First version of the packet sniffer in C without analysing the packets. (protocls supported : TCP, UDP, ICMP)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors