pcapmerge.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <!-- Creator : groff version 1.18.1 -->
  2. <!-- CreationDate: Wed Dec 22 15:16:33 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>PCAPMERGE</title>
  8. </head>
  9. <body>
  10. <h1 align=center>PCAPMERGE</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. <hr>
  18. <a name="NAME"></a>
  19. <h2>NAME</h2>
  20. <!-- INDENTATION -->
  21. <table width="100%" border=0 rules="none" frame="void"
  22. cols="2" cellspacing="0" cellpadding="0">
  23. <tr valign="top" align="left">
  24. <td width="10%"></td>
  25. <td width="89%">
  26. <p>pcapmerge &minus; merge multiple pcap files into one
  27. larger one</p>
  28. </td>
  29. </table>
  30. <a name="SYNOPSIS"></a>
  31. <h2>SYNOPSIS</h2>
  32. <!-- INDENTATION -->
  33. <table width="100%" border=0 rules="none" frame="void"
  34. cols="2" cellspacing="0" cellpadding="0">
  35. <tr valign="top" align="left">
  36. <td width="10%"></td>
  37. <td width="89%">
  38. <p><b>pcapmerge</b> [ <b>-V</b> ] [ <b>-h</b> ]
  39. <b>&minus;o</b> <i>outfile</i> pcap1 pcap2 ...</p>
  40. </td>
  41. </table>
  42. <a name="DESCRIPTION"></a>
  43. <h2>DESCRIPTION</h2>
  44. <!-- INDENTATION -->
  45. <table width="100%" border=0 rules="none" frame="void"
  46. cols="2" cellspacing="0" cellpadding="0">
  47. <tr valign="top" align="left">
  48. <td width="10%"></td>
  49. <td width="89%">
  50. <p><i>Pcapmerge</i> is a program for creating a single pcap
  51. (tcpdump) file from two or more pcap files. The resulting
  52. file contains the packets from each of the source pcap files
  53. in the order they are specified on the command line.</p>
  54. </td>
  55. </table>
  56. <a name="OPTIONS"></a>
  57. <h2>OPTIONS</h2>
  58. <!-- TABS -->
  59. <table width="100%" border=0 rules="none" frame="void"
  60. cols="5" cellspacing="0" cellpadding="0">
  61. <tr valign="top" align="left">
  62. <td width="11%"></td>
  63. <td width="2%">
  64. <p><b>&minus;h</b></p>
  65. </td>
  66. <td width="13%"></td>
  67. <td width="5%">
  68. <p>Help</p>
  69. </td>
  70. <td width="66%">
  71. </td>
  72. </table>
  73. <!-- INDENTATION -->
  74. <table width="100%" border=0 rules="none" frame="void"
  75. cols="2" cellspacing="0" cellpadding="0">
  76. <tr valign="top" align="left">
  77. <td width="10%"></td>
  78. <td width="89%">
  79. <p><b>&minus;o &lt;file&gt;</b></p></td>
  80. </table>
  81. <!-- INDENTATION -->
  82. <table width="100%" border=0 rules="none" frame="void"
  83. cols="2" cellspacing="0" cellpadding="0">
  84. <tr valign="top" align="left">
  85. <td width="21%"></td>
  86. <td width="77%">
  87. <p>Output filename. The name of the file to write.</p>
  88. </td>
  89. </table>
  90. <!-- TABS -->
  91. <table width="100%" border=0 rules="none" frame="void"
  92. cols="5" cellspacing="0" cellpadding="0">
  93. <tr valign="top" align="left">
  94. <td width="11%"></td>
  95. <td width="2%">
  96. <p><b>&minus;V</b></p>
  97. </td>
  98. <td width="13%"></td>
  99. <td width="41%">
  100. <p>Print version info and exit.</p>
  101. </td>
  102. <td width="30%">
  103. </td>
  104. </table>
  105. <a name="SEE ALSO"></a>
  106. <h2>SEE ALSO</h2>
  107. <!-- INDENTATION -->
  108. <table width="100%" border=0 rules="none" frame="void"
  109. cols="2" cellspacing="0" cellpadding="0">
  110. <tr valign="top" align="left">
  111. <td width="10%"></td>
  112. <td width="89%">
  113. <p>tcpdump(8), tcpreplay(8), capinfo(1)</p>
  114. </td>
  115. </table>
  116. <a name="AUTHOR"></a>
  117. <h2>AUTHOR</h2>
  118. <!-- INDENTATION -->
  119. <table width="100%" border=0 rules="none" frame="void"
  120. cols="2" cellspacing="0" cellpadding="0">
  121. <tr valign="top" align="left">
  122. <td width="10%"></td>
  123. <td width="89%">
  124. <p>Matt Bing &lt;mbing@nfr.net&gt;</p>
  125. <!-- INDENTATION -->
  126. <p>The current version is packaged with tcpreplay which is
  127. available via HTTP:</p>
  128. </td>
  129. </table>
  130. <!-- INDENTATION -->
  131. <table width="100%" border=0 rules="none" frame="void"
  132. cols="2" cellspacing="0" cellpadding="0">
  133. <tr valign="top" align="left">
  134. <td width="20%"></td>
  135. <td width="79%">
  136. <p><i>http://www.sourceforge.net/projects/tcpreplay/</i></p></td>
  137. </table>
  138. <hr>
  139. </body>
  140. </html>