4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 83f2cbf was
83f2cbf,
checked in by Shane Alcock <salcock@…>, 15 years ago
|
Finished converting tracedump to tracepktdump, mostly dealing with Makefile.am's and configure - as well as actually changing the filenames :]
|
-
Property mode set to
100644
|
File size:
1.2 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 | .SH LINKS |
---|
35 | More details about tracedump (and libtrace) can be found at |
---|
36 | http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation |
---|
37 | |
---|
38 | .SH SEE ALSO |
---|
39 | libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), |
---|
40 | tracestats(1), tracesummary(1), traceconvert(1), tracereport(1) tracertstats(1), |
---|
41 | traceanon(1) |
---|
42 | |
---|
43 | .SH AUTHORS |
---|
44 | Perry Lorier <perry@cs.waikato.ac.nz>, Daniel Lawson <dlawson@cs.waikato.ac.nz> |
---|
Note: See
TracBrowser
for help on using the repository browser.