Skip to content

iXo/pcapreplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCAP Replay is a small pcap/pcapng file replay tool over network like tcpreplay.

OSHI

The goal of this tool are :

  • being able to be compiled for Windows, as there is a real lack of tool like tcpreplay for this OS
  • step by step functionnality when you need to be able to replay packets one at a time

Dependencies :

Build :

You will have to enable go mod fonctinality to be able to build this project :

  • export GO111MODULE=on
  • go mod vendor

Usage :

pcapreplay can be used like tcpreplay on the command line only, but you can also ask for a MMI to be able to use step by step functionnality.

Command line options :

  • --intf
    • OS dependent network interface ID
  • --fast
    • Disable using sleep calls between each packet, will replay the file as fast as possible, may not be really usefull
  • --pcap
    • Wich pcap file to replay (can be a pcap or pcapng type file)
  • --gui
    • If you want to use the step by step mode, or if it is easier for you

License

This project is licensed under the BSD-3 License.

About

tcpreplay like tool with step by step gui

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages