4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 8485d99 was
d6dc0f6,
checked in by Shane Alcock <salcock@…>, 9 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.2 KB
|
Line | |
---|
1 | .TH TRACEDIFF "1" "January 2010" "tracediff (libtrace)" "User Commands" |
---|
2 | .SH NAME |
---|
3 | tracediff \- find and print differences between two traces |
---|
4 | .SH SYNOPSIS |
---|
5 | .B tracediff |
---|
6 | [ \-m maxdiff ] |
---|
7 | firsturi |
---|
8 | seconduri |
---|
9 | .SH DESCRIPTION |
---|
10 | tracediff compares two trace files and prints the details of packets that |
---|
11 | differ to standard output. This is useful for finding packets that are present |
---|
12 | in one trace but not another or for finding conversion or snapping errors. |
---|
13 | |
---|
14 | .TP |
---|
15 | \fB\-m\fR maxdiff |
---|
16 | stop processing after displaying 'maxdiff' differences |
---|
17 | |
---|
18 | .SH EXAMPLES |
---|
19 | .nf |
---|
20 | tracediff \-m 10 erf:/traces/orig.erf.gz pcapfile:/traces/convert.pcap.gz |
---|
21 | .fi |
---|
22 | |
---|
23 | .SH BUGS |
---|
24 | Not exactly a bug, but the contents of the framing headers (i.e. the PCAP or |
---|
25 | ERF encapsulation) are not compared. |
---|
26 | |
---|
27 | .SH LINKS |
---|
28 | More details about tracediff (and libtrace) can be found at |
---|
29 | http://www.wand.net.nz/trac/libtrace/wiki/UserDocumentation |
---|
30 | |
---|
31 | .SH SEE ALSO |
---|
32 | libtrace(3), tracemerge(1), tracefilter(1), traceconvert(1), tracestats(1), |
---|
33 | tracesummary(1), tracertstats(1), tracesplit(1), tracesplit_dir(1), |
---|
34 | tracereport(1), tracepktdump(1), traceanon(1), tracereplay(1), |
---|
35 | traceends(1), tracetopends(1) |
---|
36 | |
---|
37 | .SH AUTHORS |
---|
38 | Shane Alcock <salcock@cs.waikato.ac.nz> |
---|
Note: See
TracBrowser
for help on using the repository browser.