bittwist

Libcap-based Ethernet packet generator for network testing

brewmacoslinux
Try with needOr install directly
Source

About

Libcap-based Ethernet packet generator

Commands

bittwistbittwistd

Examples

Capture packets from network interface and save to file$ bittwistd -i en0 -o capture.pcap
Replay packets from a pcap file on specified interface$ bittwist -i en0 -f capture.pcap
Generate and transmit custom Ethernet packets with specific parameters$ bittwist -i en0 -d 192.168.1.1 -s 192.168.1.100 -c 10