flowreplay.html 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. <!-- Creator : groff version 1.18.1 -->
  2. <!-- CreationDate: Wed Dec 22 15:16:23 2004 -->
  3. <html>
  4. <head>
  5. <meta name="generator" content="groff -Thtml, see www.gnu.org">
  6. <meta name="Content-Style" content="text/css">
  7. <title>FLOWREPLAY</title>
  8. </head>
  9. <body>
  10. <h1 align=center>FLOWREPLAY</h1>
  11. <a href="#NAME">NAME</a><br>
  12. <a href="#SYNOPSIS">SYNOPSIS</a><br>
  13. <a href="#DESCRIPTION">DESCRIPTION</a><br>
  14. <a href="#OPTIONS">OPTIONS</a><br>
  15. <a href="#SEE ALSO">SEE ALSO</a><br>
  16. <a href="#AUTHOR">AUTHOR</a><br>
  17. <a href="#BUGS">BUGS</a><br>
  18. <hr>
  19. <a name="NAME"></a>
  20. <h2>NAME</h2>
  21. <!-- INDENTATION -->
  22. <table width="100%" border=0 rules="none" frame="void"
  23. cols="2" cellspacing="0" cellpadding="0">
  24. <tr valign="top" align="left">
  25. <td width="10%"></td>
  26. <td width="89%">
  27. <p>flowreplay &minus; replay TCP/UDP flows from a pcap
  28. capture file</p>
  29. </td>
  30. </table>
  31. <a name="SYNOPSIS"></a>
  32. <h2>SYNOPSIS</h2>
  33. <!-- INDENTATION -->
  34. <table width="100%" border=0 rules="none" frame="void"
  35. cols="2" cellspacing="0" cellpadding="0">
  36. <tr valign="top" align="left">
  37. <td width="10%"></td>
  38. <td width="89%">
  39. <p><b>flowreplay[ &minus;h</b> ] <b>&minus;i</b>
  40. <i>pcapfile</i> [ <b>&minus;m</b> <i>send | wait | bytes</i>
  41. ] [ <b>&minus;t targetip</b> ] [ <b>&minus;p</b>
  42. <i>proto/port</i> ] [ <b>&minus;V</b> ] [ <b>&minus;w</b>
  43. <i>sec.usec</i> ]</p>
  44. </td>
  45. </table>
  46. <a name="DESCRIPTION"></a>
  47. <h2>DESCRIPTION</h2>
  48. <!-- INDENTATION -->
  49. <table width="100%" border=0 rules="none" frame="void"
  50. cols="2" cellspacing="0" cellpadding="0">
  51. <tr valign="top" align="left">
  52. <td width="10%"></td>
  53. <td width="89%">
  54. <p><i>Flowreplay</i> is a tool for replaying client traffic
  55. to a server from files saved with <i>tcpdump(8)</i>.</p>
  56. <!-- INDENTATION -->
  57. <p>The basic operation of <i>flowreplay</i> is to connect to
  58. server(s) via the TCP/UDP protocols captured in the pcap
  59. file and replay the client side of the connection to the
  60. server.</p>
  61. </td>
  62. </table>
  63. <a name="OPTIONS"></a>
  64. <h2>OPTIONS</h2>
  65. <!-- TABS -->
  66. <table width="100%" border=0 rules="none" frame="void"
  67. cols="4" cellspacing="0" cellpadding="0">
  68. <tr valign="top" align="left">
  69. <td width="11%"></td>
  70. <td width="4%">
  71. <p><b>&minus;h</b></p>
  72. </td>
  73. <td width="5%"></td>
  74. <td width="77%">
  75. <p>Help.</p>
  76. </td>
  77. <tr valign="top" align="left">
  78. <td width="11%"></td>
  79. <td width="4%">
  80. <p><b>&minus;i</b></p>
  81. </td>
  82. <td width="5%"></td>
  83. <td width="77%">
  84. <p>Input file (pcap format)</p>
  85. </td>
  86. <tr valign="top" align="left">
  87. <td width="11%"></td>
  88. <td width="4%">
  89. <p><b>&minus;m</b></p>
  90. </td>
  91. <td width="5%"></td>
  92. <td width="77%">
  93. <p>Mode to use to know when the server is done sending.
  94. Options are &rsquo;send&rsquo; as fast as you can,
  95. &rsquo;wait&rsquo; for -w sec.usec, and send after recieving
  96. the previously captured number of &rsquo;bytes&rsquo; from
  97. the server.</p>
  98. </td>
  99. <tr valign="top" align="left">
  100. <td width="11%"></td>
  101. <td width="4%">
  102. <p><b>&minus;t</b></p>
  103. </td>
  104. <td width="5%"></td>
  105. <td width="77%">
  106. <p>The server to connect to in lieu of the IP addresses in
  107. the pcap file.</p>
  108. </td>
  109. <tr valign="top" align="left">
  110. <td width="11%"></td>
  111. <td width="4%">
  112. <p><b>&minus;p</b></p>
  113. </td>
  114. <td width="5%"></td>
  115. <td width="77%">
  116. <p>The protocol and/or port to limit sending traffic on.
  117. Valid protocols are: TCP and UDP; and any port between 0 and
  118. 65535.</p>
  119. </td>
  120. <tr valign="top" align="left">
  121. <td width="11%"></td>
  122. <td width="4%">
  123. <p><b>&minus;V</b></p>
  124. </td>
  125. <td width="5%"></td>
  126. <td width="77%">
  127. <p>Print version info and exit.</p>
  128. </td>
  129. <tr valign="top" align="left">
  130. <td width="11%"></td>
  131. <td width="4%">
  132. <p><b>&minus;w</b></p>
  133. </td>
  134. <td width="5%"></td>
  135. <td width="77%">
  136. <p>The number of seconds and micro-seconds represented as a
  137. float to wait for the server to finish sending before
  138. sending more data. Must be used with &quot;-m
  139. wait&quot;.</p>
  140. </td>
  141. <tr valign="top" align="left">
  142. <td width="11%"></td>
  143. <td width="4%">
  144. </td>
  145. <td width="5%"></td>
  146. <td width="77%">
  147. <a name="SEE ALSO"></a>
  148. <h2>SEE ALSO</h2>
  149. <!-- INDENTATION -->
  150. <table width="100%" border=0 rules="none" frame="void"
  151. cols="2" cellspacing="0" cellpadding="0">
  152. <tr valign="top" align="left">
  153. <td width="10%"></td>
  154. <td width="89%">
  155. <p>tcpdump(8), tcpreplay(8), capinfo(1)</p>
  156. </td>
  157. </table>
  158. <a name="AUTHOR"></a>
  159. <h2>AUTHOR</h2>
  160. <!-- INDENTATION -->
  161. <table width="100%" border=0 rules="none" frame="void"
  162. cols="2" cellspacing="0" cellpadding="0">
  163. <tr valign="top" align="left">
  164. <td width="10%"></td>
  165. <td width="89%">
  166. <p>Aaron Turner &lt;aturner@pobox.com&gt;</p>
  167. <!-- INDENTATION -->
  168. <p>The current version is packaged with tcpreplay which is
  169. available via HTTP:</p>
  170. </td>
  171. </table>
  172. <!-- INDENTATION -->
  173. <table width="100%" border=0 rules="none" frame="void"
  174. cols="2" cellspacing="0" cellpadding="0">
  175. <tr valign="top" align="left">
  176. <td width="20%"></td>
  177. <td width="79%">
  178. <p><i>http://www.sourceforge.net/projects/tcpreplay/</i></p></td>
  179. </table>
  180. <a name="BUGS"></a>
  181. <h2>BUGS</h2>
  182. <!-- INDENTATION -->
  183. <table width="100%" border=0 rules="none" frame="void"
  184. cols="2" cellspacing="0" cellpadding="0">
  185. <tr valign="top" align="left">
  186. <td width="10%"></td>
  187. <td width="89%">
  188. <p>Probably a lot. Some features not implimented yet.
  189. Considered alpha quality code right now.</p>
  190. <!-- INDENTATION -->
  191. <p>Please send bug reports to aturner@pobox.com.</p>
  192. </td>
  193. </table>
  194. <hr>
  195. </body>
  196. </html>