Skip to content

A tcpreplay like tool with GUI for pcap files with media controls. Built with Go and Tyne.

License

Notifications You must be signed in to change notification settings

krishnaduttPanchagnula/repcap

 
 

Repository files navigation

Repcap

MIT License GitHub all releases GitHub issues

A tcpreplay like tool with GUI for pcap files and media controls. Built with Go and Fyne.

It can be used as a CLI tool but also supports usage through it's GUI.

Why?

As I was working on another project where I was constantly re-playing a wireshark recording (pcap file), I felt the need for a tool. Sure a python script worked, but it's hard to have fine grained control, especially if there is different parts of the file I want to replay on different occasions. Upon searching GitHub for similar tools, I found a few outdated ones which prompted me to make one myself.

Screenshots

App Screenshot

Features

TBD

Installation

You can install Repcap using Go:

go install github.com/lemorz56/repcap@latest

Using scoop:

scoop install my-project

or from the GitHub releases section

then run it with to see instructions.

repcap -h

Usage

TBD


Contributing

Contributions are always welcome!

You'll need to install pre-commit and follow Conventional Commits.

See CONTRIBUTING.md for ways to get started.

  • Clone the repository
  • Checkout branch named feat/feature-name or bug/bug-name
  • Commit
  • Create PR
  • Wait for approval!

Acknowledgements

Authors

About

A tcpreplay like tool with GUI for pcap files with media controls. Built with Go and Tyne.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.2%
  • Makefile 0.8%