-
Notifications
You must be signed in to change notification settings - Fork 50
tracediff
salcock edited this page Dec 18, 2014
·
5 revisions
tracediff
reports differences in packets between two trace files.
tracediff [ -m maxdiff ] firstURI secondURI
-m maxdiff
Stop processing after displaying maxdiff
different packets
tracediff -m 10 erf:orig.erf.gz pcapfile:convert.pcap.gz
- The contents of the framing headers, e.g. PCAP or ERF encapsulation, are not compared.
- This tool is primarily intended to verify the integrity of traces or test if two traces are the same. Running
tracediff
against two entirely different traces will create a LOT of output!