An open API service indexing awesome lists of open source software.

https://github.com/gotz1480/packet-sniffer

A simple packet sniffer coded in C
https://github.com/gotz1480/packet-sniffer

packet-analysis packet-analyzer packet-capture packet-sniffer

Last synced: 7 months ago
JSON representation

A simple packet sniffer coded in C

Awesome Lists containing this project

README

          

# packet-sniffer
A simple packet sniffer coded in C

Protocols included:
- TCP/IP
- UDP
- ICMP
- IGMP

## Build

`make clean`

`make`

## Usage

`sudo ./packet-sniffer | tee log`