capinfo.1 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .\" $Id: capinfo.1 1132 2005-02-09 01:30:59Z aturner $
  2. .TH CAPINFO 1
  3. .SH NAME
  4. capinfo \- print statistics about packet capture files
  5. .SH SYNOPSIS
  6. .na
  7. .B capinfo
  8. .I file ...
  9. .SH DESCRIPTION
  10. .LP
  11. .I capinfo
  12. is a tool for displaying statistics about network traffic from files saved with
  13. \fItcpdump(8)\fP
  14. or
  15. \fIsnoop(1M)\fP.
  16. .LP
  17. For pcap files, capinfo will display the following information:
  18. .PP
  19. .PD 0
  20. byte order of the capture file
  21. .LP
  22. libpcap version used for packet capture
  23. .LP
  24. capture timezone (usually empty)
  25. .LP
  26. significant figures of timestamps (usually empty)
  27. .LP
  28. snap length: maximum packet size captured
  29. .LP
  30. data link type
  31. .LP
  32. number of packets and bytes
  33. .LP
  34. number of snaplen truncated packets
  35. .LP
  36. timestamp of the first and last packets
  37. .PD
  38. .LP
  39. For snoop files, capinfo will display the following information:
  40. .PP
  41. .PD 0
  42. .LP
  43. snoop version used for packet capture
  44. .LP
  45. data link type
  46. .LP
  47. number of packets and bytes
  48. .LP
  49. number of snaplen truncated packets
  50. .LP
  51. timestamp of the first and last packets
  52. .PD
  53. .LP
  54. .SH "SEE ALSO"
  55. tcpreplay(8), tcpdump(8), snoop(1M), editcap(1)
  56. .SH AUTHORS
  57. Matt Bing
  58. Aaron Turner
  59. .SH AVAILABILITY
  60. The current version is available with the tcpreplay package at:
  61. .LP
  62. .RS
  63. .I http://www.sourceforge.net/projects/tcpreplay/
  64. .RE
  65. .SH BUGS
  66. None known.
  67. .LP
  68. Please send bug reports to tcpreplay-users@lists.sourceforge.net.