1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
- .TH PCAPREPORT: "1" "November 2008" "pcapreport 1.11" "User Commands"
- .SH NAME
- pcapreport \- Report on network captures
- .SH SYNOPSIS
- .B pcapreport
- [\fIswitches\fR] \fI<infile>\fR [\fIswitches\fR]
- .SH DESCRIPTION
- .IP
- TS tools version 1.11, pcap built Nov 11 2008 17:15:51
- .IP
- Report on a pcap capture file.
- .TP
- \fB\-o\fR <output file>
- Dump selected UDP payloads to the named output file.
- .TP
- \fB\-d\fR <dest ip>:<port>
- Select data with the given destination IP and port.
- .TP
- \fB\-\-dump\-data\fR | \fB\-D\fR
- Dump any data in the input file to stdout.
- .TP
- \fB\-\-extra\-dump\fR | \fB\-e\fR
- Dump only data which isn't being sent to the \fB\-o\fR file.
- .TP
- \fB\-\-times\fR | \fB\-t\fR
- Report on PCR vs PCAP timing for the destination specified in \fB\-d\fR.
- .TP
- \fB\-\-verbose\fR | \fB\-v\fR
- Output metadata about every packet.
- .TP
- \fB\-\-skew\-discontinuity\-threshold\fR <number>
- Gives the skew discontinuity threshold in 90kHz units.
- .IP
- Specifying 0.0.0.0 for destination IP or 0 for destination port will capture all
- hosts and ports respectively.
- .IP
- Network packet and TS packet numbers start at 0.
- .IP
- Positive skew means that we received too low a PCR for this timestamp.
- .IP
- TS tools version 1.11, pcap built Nov 11 2008 17:15:51
- .IP
- Report on a pcap capture file.
- .TP
- \fB\-o\fR <output file>
- Dump selected UDP payloads to the named output file.
- .TP
- \fB\-d\fR <dest ip>:<port>
- Select data with the given destination IP and port.
- .TP
- \fB\-\-dump\-data\fR | \fB\-D\fR
- Dump any data in the input file to stdout.
- .TP
- \fB\-\-extra\-dump\fR | \fB\-e\fR
- Dump only data which isn't being sent to the \fB\-o\fR file.
- .TP
- \fB\-\-times\fR | \fB\-t\fR
- Report on PCR vs PCAP timing for the destination specified in \fB\-d\fR.
- .TP
- \fB\-\-verbose\fR | \fB\-v\fR
- Output metadata about every packet.
- .TP
- \fB\-\-skew\-discontinuity\-threshold\fR <number>
- Gives the skew discontinuity threshold in 90kHz units.
- .IP
- Specifying 0.0.0.0 for destination IP or 0 for destination port will capture all
- hosts and ports respectively.
- .IP
- Network packet and TS packet numbers start at 0.
- .IP
- Positive skew means that we received too low a PCR for this timestamp.
- .SH "SEE ALSO"
- The full documentation for
- .B pcapreport
- is maintained as a Texinfo manual.
- Please check http://tstools.berlios.de for more information.
|