Pcapreplayer

 

Introduction

This is an application build for replay .pcal files for network debugging.

This application can:

  • Run on Ubuntu
  • Run on Windows
  • Replay a list of pcap files, drag and drop
  • Schedule a replay event
  • Replay at a customized speed, change speed anytime
  • Pause in the middle of the replay process
  • Know current replay status
  • Select different interface
  • Loop replay

Code

Run on ubuntu

  • Download the binary from here
$ export LD_LIBRARY_PATH=/usr/local/yourLib/lib
$ sudo ./bin/PcapReplayer


Run on windows

  • Download the binary from here

How to use it

Input files by drag and drop

Schedule a replay task

Change replay speed any time

Know the current replay status

Select different interface

Loop replay file


Comments