123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <!--Converted with LaTeX2HTML 2002-2-1 (1.70)
- original version by: Nikos Drakos, CBLU, University of Leeds
- * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
- * with significant contributions from:
- Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
- <HTML>
- <HEAD>
- <TITLE>1 Overview</TITLE>
- <META NAME="description" CONTENT="1 Overview">
- <META NAME="keywords" CONTENT="flowreplay">
- <META NAME="resource-type" CONTENT="document">
- <META NAME="distribution" CONTENT="global">
- <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
- <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
- <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
- <LINK REL="STYLESHEET" HREF="flowreplay.css">
- <LINK REL="next" HREF="node2.html">
- <LINK REL="previous" HREF="flowreplay.html">
- <LINK REL="up" HREF="flowreplay.html">
- <LINK REL="next" HREF="node2.html">
- </HEAD>
- <BODY >
- <DIV CLASS="navigation"><!--Navigation Panel-->
- <A NAME="tex2html36"
- HREF="node2.html">
- <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
- <A NAME="tex2html34"
- HREF="flowreplay.html">
- <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
- <A NAME="tex2html28"
- HREF="flowreplay.html">
- <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
- <BR>
- <B> Next:</B> <A NAME="tex2html37"
- HREF="node2.html">2 Features</A>
- <B> Up:</B> <A NAME="tex2html35"
- HREF="flowreplay.html">Flowreplay Design Notes</A>
- <B> Previous:</B> <A NAME="tex2html29"
- HREF="flowreplay.html">Flowreplay Design Notes</A>
- <BR>
- <BR></DIV>
- <!--End of Navigation Panel-->
- <H1><A NAME="SECTION00010000000000000000">
- <SPAN CLASS="arabic">1</SPAN> <SPAN ID="hue43">Overview</SPAN></A>
- </H1>
- <P>
- <SPAN ID="hue45">Tcpreplay</SPAN><A NAME="tex2html1"
- HREF="#foot362"><SUP><SPAN CLASS="arabic">1</SPAN></SUP></A> <SPAN ID="hue49">was designed to replay traffic previously captured
- in the pcap format back onto the wire for testing NIDS and other passive
- devices. Over time, it was enhanced to be able to test in-line network
- devices. However, a re-occurring feature request for tcpreplay is
- to connect to a server in order to test applications and host TCP/IP
- stacks. It was determined early on, that adding this feature to tcpreplay
- was far too complex, so I decided to create a new tool specifically
- designed for this.</SPAN>
- <P>
- <SPAN ID="hue51">Flowreplay is designed to replay traffic at Layer
- 4 or 7 depending on the protocol rather then at Layer 2 like tcpreplay
- does. This allows flowreplay to connect to one or more servers using
- a pcap savefile as the basis of the connections. Hence, flowreplay
- allows the testing of applications running on real servers rather
- then passive devices. </SPAN>
- <P>
- <BR><HR><H4>Footnotes</H4>
- <DL>
- <DT><A NAME="foot362">...Tcpreplay</A><A
- HREF="node1.html#tex2html1"><SUP><SPAN CLASS="arabic">1</SPAN></SUP></A></DT>
- <DD><SPAN ID="hue47">http://tcpreplay.sourceforge.net/</SPAN>
- </DD>
- </DL>
- <BR><HR>
- <ADDRESS>
- Aaron Turner
- 2005-08-07
- </ADDRESS>
- </BODY>
- </HTML>
|