logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

tracediff - find and print differences between two traces

Authors

       Shane Alcock <salcock@cs.waikato.ac.nz>

tracediff (libtrace)                              January 2010                                      TRACEDIFF(1)

Bugs

       Not exactly a bug, but the contents of the framing headers (i.e. the PCAP or ERF encapsulation)  are  not
       compared.

Description

       tracediff compares two trace files and prints the details of packets that differ to standard output. This
       is  useful for finding packets that are present in one trace but not another or for finding conversion or
       snapping errors.

       -m maxdiff
              stop processing after displaying 'maxdiff' differences

Examples

       tracediff -m 10 erf:/traces/orig.erf.gz pcapfile:/traces/convert.pcap.gz

Name

       tracediff - find and print differences between two traces

See Also

libtrace(3),   tracemerge(1),   tracefilter(1),    traceconvert(1),    tracestats(1),    tracesummary(1),
       tracertstats(1),   tracesplit(1),   tracesplit_dir(1),   tracereport(1),  tracepktdump(1),  traceanon(1),
       tracereplay(1), traceends(1), tracetopends(1)

Synopsis

tracediff [ -m maxdiff ] firsturi seconduri

See Also