Skip to content

Lemorz56/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.

Warning

Repcap is still in its very early stages of development, hence it hasn't been released yet. Only way to get it as of now is to build it yourself.

Why?

I needed a tool since I was working on another project that required me to replay wireshark recordings (pcap files) all the time. Although a Python script managed to accomplish the task, achieving precise control is sometimes challenging, particularly when one wishes to repeat distinct segments of the file at various times. After looking through GitHub for comparable tools, I discovered a few outdated tools, which inspired me to create my own.

Screenshots

Screenshot of it in it's current state (Work In Progress) 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