4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since d4336d5 was
67825b2,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Update all the man pages to make sure they refer to each other (and fix
any other typo's found along the way). This makes it easier to discover
new libtrace tools
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | .TH TRACEDUMP "1" "November 2005" "tracedump (libtrace)" "User Commands" |
---|
2 | .SH NAME |
---|
3 | tracedump \- output packets in human readable format |
---|
4 | .SH SYNOPSIS |
---|
5 | .B tracedump |
---|
6 | [ \fB-f\fR exp | \fB--filter=\fRexp ] |
---|
7 | [ \fB-c\fR num | \fB--count=\fRnum ] |
---|
8 | inputuri ... |
---|
9 | |
---|
10 | .SH DESCRPTION |
---|
11 | tracedump verbosely outputs packets in a human readable form, suitable for |
---|
12 | diagnosing packets. |
---|
13 | |
---|
14 | tracedump uses the libpacketdump library. There is an examlpe tracedump |
---|
15 | program in the examples directory that shows how to use libpacketdump. |
---|
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 | |
---|
34 | |
---|
35 | .SH SEE ALSO |
---|
36 | libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), |
---|
37 | tracestats(1), tracesummary(1), traceconvert(1), tracereport(1) tracertstats(1), |
---|
38 | traceanon(1) |
---|
39 | |
---|
40 | .SH AUTHORS |
---|
41 | Perry Lorier <perry@cs.waikato.ac.nz>, Daniel Lawson <dlawson@cs.waikato.ac.nz> |
---|
Note: See
TracBrowser
for help on using the repository browser.