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
- Host: GitHub
- URL: https://github.com/gotz1480/packet-sniffer
- Owner: gotz1480
- License: gpl-3.0
- Created: 2022-02-15T00:07:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T14:04:24.000Z (over 3 years ago)
- Last Synced: 2025-04-04T13:13:20.928Z (7 months ago)
- Topics: packet-analysis, packet-analyzer, packet-capture, packet-sniffer
- Language: C
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# packet-sniffer
A simple packet sniffer coded in CProtocols included:
- TCP/IP
- UDP
- ICMP
- IGMP## Build
`make clean`
`make`## Usage
`sudo ./packet-sniffer | tee log`