4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since d19ff50 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
|
Line | |
---|
1 | .TH TRACEPKTDUMP "1" "November 2005" "tracepktdump (libtrace)" "User Commands" |
---|
2 | .SH NAME |
---|
3 | tracepktdump \- output packets in human readable format |
---|
4 | .SH SYNOPSIS |
---|
5 | .B tracepktdump |
---|
6 | [ \fB-f\fR exp | \fB--filter=\fRexp ] |
---|
7 | [ \fB-c\fR num | \fB--count=\fRnum ] |
---|
8 | inputuri ... |
---|
9 | |
---|
10 | .SH DESCRPTION |
---|
11 | tracepktdump verbosely outputs packets in a human readable form, suitable for |
---|
12 | diagnosing packets. |
---|
13 | |
---|
14 | tracepktdump uses the libpacketdump library. There is an example tracepktdump |
---|
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 tracepktdump (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), |
---|
41 | tracertstats(1), traceanon(1), tracereplay(1), tracediff(1), |
---|
42 | traceends(1), tracetopends(1) |
---|
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.