node1.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <!--Converted with LaTeX2HTML 2002-2-1 (1.70)
  3. original version by: Nikos Drakos, CBLU, University of Leeds
  4. * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan
  5. * with significant contributions from:
  6. Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
  7. <HTML>
  8. <HEAD>
  9. <TITLE>1 Overview</TITLE>
  10. <META NAME="description" CONTENT="1 Overview">
  11. <META NAME="keywords" CONTENT="flowreplay">
  12. <META NAME="resource-type" CONTENT="document">
  13. <META NAME="distribution" CONTENT="global">
  14. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  15. <META NAME="Generator" CONTENT="LaTeX2HTML v2002-2-1">
  16. <META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
  17. <LINK REL="STYLESHEET" HREF="flowreplay.css">
  18. <LINK REL="next" HREF="node2.html">
  19. <LINK REL="previous" HREF="flowreplay.html">
  20. <LINK REL="up" HREF="flowreplay.html">
  21. <LINK REL="next" HREF="node2.html">
  22. </HEAD>
  23. <BODY >
  24. <DIV CLASS="navigation"><!--Navigation Panel-->
  25. <A NAME="tex2html36"
  26. HREF="node2.html">
  27. <IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A>
  28. <A NAME="tex2html34"
  29. HREF="flowreplay.html">
  30. <IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A>
  31. <A NAME="tex2html28"
  32. HREF="flowreplay.html">
  33. <IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>
  34. <BR>
  35. <B> Next:</B> <A NAME="tex2html37"
  36. HREF="node2.html">2 Features</A>
  37. <B> Up:</B> <A NAME="tex2html35"
  38. HREF="flowreplay.html">Flowreplay Design Notes</A>
  39. <B> Previous:</B> <A NAME="tex2html29"
  40. HREF="flowreplay.html">Flowreplay Design Notes</A>
  41. <BR>
  42. <BR></DIV>
  43. <!--End of Navigation Panel-->
  44. <H1><A NAME="SECTION00010000000000000000">
  45. <SPAN CLASS="arabic">1</SPAN> <SPAN ID="hue43">Overview</SPAN></A>
  46. </H1>
  47. <P>
  48. <SPAN ID="hue45">Tcpreplay</SPAN><A NAME="tex2html1"
  49. HREF="#foot362"><SUP><SPAN CLASS="arabic">1</SPAN></SUP></A> <SPAN ID="hue49">was designed to replay traffic previously captured
  50. in the pcap format back onto the wire for testing NIDS and other passive
  51. devices. Over time, it was enhanced to be able to test in-line network
  52. devices. However, a re-occurring feature request for tcpreplay is
  53. to connect to a server in order to test applications and host TCP/IP
  54. stacks. It was determined early on, that adding this feature to tcpreplay
  55. was far too complex, so I decided to create a new tool specifically
  56. designed for this.</SPAN>
  57. <P>
  58. <SPAN ID="hue51">Flowreplay is designed to replay traffic at Layer
  59. 4 or 7 depending on the protocol rather then at Layer 2 like tcpreplay
  60. does. This allows flowreplay to connect to one or more servers using
  61. a pcap savefile as the basis of the connections. Hence, flowreplay
  62. allows the testing of applications running on real servers rather
  63. then passive devices. </SPAN>
  64. <P>
  65. <BR><HR><H4>Footnotes</H4>
  66. <DL>
  67. <DT><A NAME="foot362">...Tcpreplay</A><A
  68. HREF="node1.html#tex2html1"><SUP><SPAN CLASS="arabic">1</SPAN></SUP></A></DT>
  69. <DD><SPAN ID="hue47">http://tcpreplay.sourceforge.net/</SPAN>
  70. </DD>
  71. </DL>
  72. <BR><HR>
  73. <ADDRESS>
  74. Aaron Turner
  75. 2005-08-07
  76. </ADDRESS>
  77. </BODY>
  78. </HTML>