pcapmerge.1 805 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .\" yo there.
  2. .TH PCAPMERGE 1 "22 Dec 2002"
  3. .SH NAME
  4. pcapmerge \- merge multiple pcap files into one larger one
  5. .SH SYNOPSIS
  6. .na
  7. .B pcapmerge
  8. [
  9. .B -V
  10. ] [
  11. .B -h
  12. ]
  13. .B \-o
  14. .I outfile
  15. pcap1 pcap2 ...
  16. .br
  17. .ad
  18. .SH DESCRIPTION
  19. .LP
  20. .I Pcapmerge
  21. is a program for creating a single pcap (tcpdump) file from two or more pcap files. The
  22. resulting file contains the packets from each of the source pcap files in the order they
  23. are specified on the command line.
  24. .SH OPTIONS
  25. .LP
  26. .TP
  27. .B \-h
  28. Help
  29. .TP
  30. .B \-o <file>
  31. Output filename. The name of the file to write.
  32. .TP
  33. .B \-V
  34. Print version info and exit.
  35. .SH "SEE ALSO"
  36. tcpdump(8), tcpreplay(8), capinfo(1)
  37. .SH AUTHOR
  38. Matt Bing
  39. .LP
  40. The current version is packaged with tcpreplay which is available via HTTP:
  41. .LP
  42. .RS
  43. .I http://www.sourceforge.net/projects/tcpreplay/
  44. .RE