Changeset 1481ba7 for tools/tracepktdump
- Timestamp:
- 01/21/10 16:55:17 (11 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 8bc167a
- Parents:
- c2afda6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracepktdump/tracepktdump.1
r83f2cbf r1481ba7 1 .TH TRACE DUMP "1" "November 2005" "tracedump (libtrace)" "User Commands"1 .TH TRACEPKTDUMP "1" "November 2005" "tracepktdump (libtrace)" "User Commands" 2 2 .SH NAME 3 trace dump \- output packets in human readable format3 tracepktdump \- output packets in human readable format 4 4 .SH SYNOPSIS 5 .B trace dump5 .B tracepktdump 6 6 [ \fB-f\fR exp | \fB--filter=\fRexp ] 7 7 [ \fB-c\fR num | \fB--count=\fRnum ] … … 9 9 10 10 .SH DESCRPTION 11 trace dump verbosely outputs packets in a human readable form, suitable for11 tracepktdump verbosely outputs packets in a human readable form, suitable for 12 12 diagnosing packets. 13 13 14 trace dump uses the libpacketdump library. There is an examlpe tracedump14 tracepktdump uses the libpacketdump library. There is an example tracepktdump 15 15 program in the examples directory that shows how to use libpacketdump. 16 16 … … 33 33 34 34 .SH LINKS 35 More details about trace dump (and libtrace) can be found at35 More details about tracepktdump (and libtrace) can be found at 36 36 http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation 37 37 38 38 .SH SEE ALSO 39 39 libtrace(3), tracemerge(1), tracesplit(1), tracesplit_dir(1), tracefilter(1), 40 tracestats(1), tracesummary(1), traceconvert(1), tracereport(1) tracertstats(1),41 trace anon(1)40 tracestats(1), tracesummary(1), traceconvert(1), tracereport(1), 41 tracertstats(1), traceanon(1), tracereplay(1), tracediff(1) 42 42 43 43 .SH AUTHORS
Note: See TracChangeset
for help on using the changeset viewer.