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

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.

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`