tcp-replay

command module
v0.3.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 7, 2022 License: BSD-3-Clause Imports: 9 Imported by: 0

README

tcp-replay

Replay tcp content to the destination address.

Usage

Read data from stdin, which may be filled by a pipe between tcpdump.

Example

  1. cat data.pcap | tcp-replay -t localhost:8080 -d 1s
  2. tcpdump -i eth0 -U -w - tcp and dst port 80 | tcp-replay -t localhost:8080 -d 1s

Documentation

Overview

This binary reads packets off the wire and reconstructs TCP content it sees, forwarding them.

Directories

Path Synopsis
Package stream builds a simple TCP forwarder using tcpassembly.StreamFactory and tcpassembly.Stream interfaces.
Package stream builds a simple TCP forwarder using tcpassembly.StreamFactory and tcpassembly.Stream interfaces.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL