tcpcapinfo.1 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. .de1 NOP
  2. . it 1 an-trap
  3. . if \\n[.$] \,\\$*\/
  4. ..
  5. .ie t \
  6. .ds B-Font [CB]
  7. .ds I-Font [CI]
  8. .ds R-Font [CR]
  9. .el \
  10. .ds B-Font B
  11. .ds I-Font I
  12. .ds R-Font R
  13. .TH tcpcapinfo 1 "14 Jun 2020" "Tcpreplay Suite" "User Commands"
  14. .\"
  15. .\" DO NOT EDIT THIS FILE (in-mem file)
  16. .\"
  17. .\" It has been AutoGen-ed
  18. .\" From the definitions tcpcapinfo_opts.def
  19. .\" and the template file agman-cmd.tpl
  20. .SH NAME
  21. \f\*[B-Font]tcpcapinfo\fP
  22. \- Pcap file dissector for debugging broken pcap files
  23. .SH SYNOPSIS
  24. \f\*[B-Font]tcpcapinfo\fP
  25. .\" Mixture of short (flag) options and long options
  26. [\f\*[B-Font]\-flags\f[]]
  27. [\f\*[B-Font]\-flag\f[] [\f\*[I-Font]value\f[]]]
  28. [\f\*[B-Font]\-\-option-name\f[][[=| ]\f\*[I-Font]value\f[]]]
  29. <pcap_file(s)>
  30. .sp \n(Ppu
  31. .ne 2
  32. tcpcapinfo is a tool for decoding the structure of a pcap(3) file with
  33. a focus on finding broken pcap files and determining how two related
  34. pcap files might differ.
  35. .SH "DESCRIPTION"
  36. tcpcapinfo will first print out the pcap_file_header_t in human
  37. readable form followed by a per-packet summary including the pcap_pkthdr_t
  38. and simple checksum value of the packet.
  39. .SH "OPTIONS"
  40. .TP
  41. .NOP \f\*[B-Font]\-d\f[] \f\*[I-Font]number\f[], \f\*[B-Font]\-\-dbug\f[]=\f\*[I-Font]number\f[]
  42. Enable debugging output.
  43. This option may appear up to 1 times.
  44. This option takes an integer number as its argument.
  45. The value of
  46. \f\*[I-Font]number\f[]
  47. is constrained to being:
  48. .in +4
  49. .nf
  50. .na
  51. in the range 0 through 5
  52. .fi
  53. .in -4
  54. The default
  55. \f\*[I-Font]number\f[]
  56. for this option is:
  57. .ti +4
  58. 0
  59. .sp
  60. If configured with \--enable-debug, then you can specify a verbosity
  61. level for debugging output. Higher numbers increase verbosity.
  62. .TP
  63. .NOP \f\*[B-Font]\-V\f[], \f\*[B-Font]\-\-version\f[]
  64. Print version information.
  65. .sp
  66. .TP
  67. .NOP \f\*[B-Font]\-H\f[], \f\*[B-Font]\-\-help\f[]
  68. Display usage information and exit.
  69. .TP
  70. .NOP \f\*[B-Font]\-\&!\f[], \f\*[B-Font]\-\-more-help\f[]
  71. Pass the extended usage information through a pager.
  72. .PP
  73. .SH "EXIT STATUS"
  74. One of the following exit values will be returned:
  75. .TP
  76. .NOP 0 " (EXIT_SUCCESS)"
  77. Successful program execution.
  78. .TP
  79. .NOP 1 " (EXIT_FAILURE)"
  80. The operation failed or the command syntax was not valid.
  81. .TP
  82. .NOP 70 " (EX_SOFTWARE)"
  83. libopts had an internal operational error. Please report
  84. it to autogen-users@lists.sourceforge.net. Thank you.
  85. .PP
  86. .SH "AUTHORS"
  87. Copyright 2000-2012 Aaron Turner
  88. Copyright 2013 Fred Klassen \- AppNeta
  89. For support please use the tcpreplay-users@lists.sourceforge.net mailing list.
  90. The latest version of this software is always available from:
  91. http://tcpreplay.appneta.com/
  92. .SH "COPYRIGHT"
  93. Copyright (C) 2000-2012 Aaron Turner and Fred Klassen all rights reserved.
  94. This program is released under the terms of the GNU General Public License, version 3 or later.
  95. .SH "BUGS"
  96. Please send bug reports to: tcpreplay-users@lists.sourceforge.net
  97. .SH "NOTES"
  98. This manual page was \fIAutoGen\fP-erated from the \fBtcpcapinfo\fP
  99. option definitions.