pkarneliuk / udpreplay

Replay UDP packets from a pcap file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

udpreplay

udpreplay is a lightweight alternative to tcpreplay for replaying UDP unicast and multicast streams from a pcap file.

Usage

udpreplay [-i iface] [-l] [-s speed] [-t ttl] pcap

  -i iface    interface to send packets through
  -l          enable loopback
  -s speed    replay speed relative to pcap timestamps
  -t ttl      packet ttl

Example

$ udpreplay -i eth0 example.pcap

Building & Installing

udpreplay requires CMake 3.2 or higher and libpcap-dev to build and install.

sudo apt install cmake libpcap-dev

Building:

$ cd udpreplay
$ mkdir build
$ cd build
$ cmake ..
$ make

Installing:

$ make install

About

This project was created by Erik Rigtorp <erik@rigtorp.se>.

About

Replay UDP packets from a pcap file

License:MIT License


Languages

Language:C++ 93.8%Language:CMake 3.9%Language:Emacs Lisp 2.3%