123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- ===============
- tcpreplay-1.0.1
- ===============
- What is tcpreplay?
- -------------------
- Tcpreplay is a tool to replay saved tcpdump files at arbitrary speeds.
- This program was written in the hopes that a more precise testing
- methodology might be applied to the area of network intrusion
- detection, which is still a black art at best.
- Many NIDSs fare poorly when looking for attacks on heavily-loaded
- networks. Tcpreplay allows you to recreate real network traffic from a
- real network for use in testing.
- What systems does tcpreplay support?
- -------------------------------------
- Tcpreplay is fairly portable, relying on libpcap and libnet for
- packet capture and raw IP packet construction.
- Tcpreplay has been successfully tested on
- - OpenBSD 2.x
- - FreeBSD 3.x
- - BSD/OS 3.x
- - Redhat Linux 5.x
- - Solaris 2.x
- Who can use tcpreplay?
- -----------------------
- Tcpreplay is licensed under a BSD-style license, as in the included
- LICENSE file. Please read the license to make sure it's okay to use it
- in your circumstances.
- Contact info?
- -------------
- The primary tcpreplay site is
- http://www.anzen.com/research/nidsbench/
- Please send bug reports, comments, or questions about this software to
- <nidsbench@anzen.com>.
- ---
- $Id: README,v 1.5 1999/05/19 20:05:01 dugsong Exp $
|