Skip to content

developerdong/tcp-replay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Replay tcp content to the destination address.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages