![]() |
![]()
| ![]() |
![]()
NAMEoggz-diff — Hexdump the packets of two Ogg files and output differences SYNOPSISoggz-diff [options] [OGGZDUMP_OPTIONS] [DIFF_OPTIONS] file1.ogg file2.ogg options: [--verbose ] [-v | --version ] [-h | --help ] OGGZDUMP_OPTIONS: [-b | --binary ] [-x | --hexadecimal ] [-c content-type | --content-type content-type ] [-s serialno | --serialno serialno ] [-O | --hide-offset ] [-S | --hide-serialno ] [-G | --hide-granulepos ] [-P | --hide-packetno ] DIFF_OPTIONS: [-q | --brief ] [-C NUM | --context[=NUM] ] [-u | -U NUM | --unified[=NUM] ] [-e | --ed ] [--normal ] [--rcs ] [-y | --side-by-side ] [-l | --paginate ] Descriptionoggz-diff is a sh script which uses oggz-dump to generate hexadecimal packet dumps of each input file, then outputs the difference between these dumps using diff. Optionsoggz-diff forwards a subset of options accepted by oggz-dump and diff. See oggz-dump(1) and diff(1) for more detail. oggz-dump format options
oggz-dump filtering options
diff optionsThe -w (--ignore-all-space) option to diff is always implied.
Miscellaneous options
AUTHORConrad Parker COPYRIGHTCopyright © 2003 CSIRO Australia SEE ALSOoggz-dump(1), diff(1), patch(1)
|