4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since fdb5e98 was
d6dc0f6,
checked in by Shane Alcock <salcock@…>, 11 years ago
|
- Updated traceends and tracetopends manpages to be about them instead of tracesplit
- Updated all other manpages to include new tools in their "See also" lists
- Changed -a argument for traceends to -A to be consistent with tracetopends
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1481ba7] | 1 | .TH TRACEPKTDUMP "1" "November 2005" "tracepktdump (libtrace)" "User Commands" |
---|
[dc0162b] | 2 | .SH NAME |
---|
[1481ba7] | 3 | tracepktdump \- output packets in human readable format |
---|
[dc0162b] | 4 | .SH SYNOPSIS |
---|
[1481ba7] | 5 | .B tracepktdump |
---|
[dc0162b] | 6 | [ \fB-f\fR exp | \fB--filter=\fRexp ] |
---|
| 7 | [ \fB-c\fR num | \fB--count=\fRnum ] |
---|
| 8 | inputuri ... |
---|
| 9 | |
---|
| 10 | .SH DESCRPTION |
---|
[1481ba7] | 11 | tracepktdump verbosely outputs packets in a human readable form, suitable for |
---|
[dc0162b] | 12 | diagnosing packets. |
---|
| 13 | |
---|
[1481ba7] | 14 | tracepktdump uses the libpacketdump library. There is an example tracepktdump |
---|
[4ad8fa4] | 15 | program in the examples directory that shows how to use libpacketdump. |
---|
[dc0162b] | 16 | |
---|
| 17 | .TP |
---|
| 18 | .PD 0 |
---|
| 19 | .BI \-f " bpf-filter" |
---|
| 20 | .TP |
---|
| 21 | .PD |
---|
| 22 | .BI \-\^\-filter " bpf-filter" |
---|
| 23 | Output only packets that match the \fIbpf-filter\fR expression. See |
---|
| 24 | tcpdump(1) for the syntax of the bpf-filter expression. |
---|
| 25 | |
---|
| 26 | .TP |
---|
| 27 | .PD 0 |
---|
| 28 | .BI \-c " num" |
---|
| 29 | .TP |
---|
| 30 | .PD |
---|
| 31 | .BI \-\^\-count " num" |
---|
| 32 | stop after displaying \fInum\fR packets. |
---|
| 33 | |
---|
[634089d] | 34 | .SH LINKS |
---|
[1481ba7] | 35 | More details about tracepktdump (and libtrace) can be found at |
---|
[634089d] | 36 | http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation |
---|
[dc0162b] | 37 | |
---|
| 38 | .SH SEE ALSO |
---|
[67825b2] | 39 | libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), |
---|
[1481ba7] | 40 | tracestats(1), tracesummary(1), traceconvert(1), tracereport(1), |
---|
[d6dc0f6] | 41 | tracertstats(1), traceanon(1), tracereplay(1), tracediff(1), |
---|
| 42 | traceends(1), tracetopends(1) |
---|
[dc0162b] | 43 | |
---|
| 44 | .SH AUTHORS |
---|
| 45 | Perry Lorier <perry@cs.waikato.ac.nz>, Daniel Lawson <dlawson@cs.waikato.ac.nz> |
---|
Note: See
TracBrowser
for help on using the repository browser.