Skip to content

Qt C++ CLI application to send packets PcapPlusPlus

Notifications You must be signed in to change notification settings

xQsme/SRC_Packet_Sender

Repository files navigation

SRC_Packet_Sender

Requires qt5 and libpcap

The point of this program is to send previously saved packets

git clone https://github.com/xQsme/SRC_Packet_Sender
cd SRC_Packet_Sender/release
./packetSender

Usage:

-f   --file           Choose a file containing the packet(s) to send
-i   --interval       Interval between packets sent in ms (Default 100)
-r   --repeat         Specify how many times to repeat (Default 1)
-t   --threads        Specify how many threads to use (Default 1)

Common Usage:

./packetSender -f pathToFile

About

Qt C++ CLI application to send packets PcapPlusPlus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published