Replay Frames is an interactive bash utility script designed to replay specific frames from a PCAP (Packet Capture) file to some specified destination. It is useful ally for simulating network traffic for testing and debugging.
- Interactively select the frames you wish to replay.
- Set the destination IP and port.
- Configurable
tshark
decoder definitions so the frames are displayed correctly.
./replay-frames <path-to-pcap-file>
[--destination <destination-ip:port> (default: 127.0.0.1:8000)]
[--tshark-decoder <decoder-definition>]
- tshark (CLI version of Wireshark)
- netcat (nc)
- Clone this repository.
- Make sure you have
tshark
andnetcat
installed on your system. - Provide execute permissions to the script:
chmod +x replay-frames
. - Run the script as per the usage guidelines.
This project is licensed under the MIT License. For more details, see the LICENSE file in the repository.
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if this project helped you!