drewlong / Hermes

Small c++ basic packet sniffer for TCP, UDP, IGMP, and Others. Built for learning purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compiling

To compile simply run this command on your Linux system:

gcc sniffer.c -o sniffer

Running

To run, you must have root privlages:

./sniffer

About

Small c++ basic packet sniffer for TCP, UDP, IGMP, and Others. Built for learning purposes.


Languages

Language:C 100.0%