https://github.com/kevinbird61/sc-pktgen
A packet generator built by C language, which is one of my self-training side project.
https://github.com/kevinbird61/sc-pktgen
c packet-generator
Last synced: about 1 year ago
JSON representation
A packet generator built by C language, which is one of my self-training side project.
- Host: GitHub
- URL: https://github.com/kevinbird61/sc-pktgen
- Owner: kevinbird61
- Created: 2019-10-24T10:27:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T15:40:53.000Z (over 6 years ago)
- Last Synced: 2025-02-17T14:23:12.590Z (over 1 year ago)
- Topics: c, packet-generator
- Language: C
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packet Generator by C
A packet generator built by C language, which is one of my self-training side project.
## Usage
* Dependencies
* `libpcap`: `sudo apt install libpcap-dev`
* using GNU make: `make`
* run the program: `sudo ./sc-pktgen.exe` (with default parameter)
* list all support options: `sudo ./sc-pktgen.exe -h`