pibcomp.1.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. pibcomp.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='pib2xml.1.html' title=' pib2xml.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='pibdump.1.html' title=' pibdump.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. pibcomp(1) Qualcomm Atheros Open Powerline Toolkit pibcomp(1)
  22. NAME
  23. pibcomp - Qualcomm Atheros Parameter Block Compare Utility
  24. SYNOPSIS
  25. pibcomp [options] file file [&gt;stdout]
  26. DESCRIPTION
  27. Read and compare two Qualcomm Atheros powerline parameter block files and print only those objects that are different.
  28. It will detect and handle both old and new powerline parameter file formats. This program is similar to program odc but
  29. is designed specifically for Qualcomm Atheros powerline parameter files. Program odc is no longer supported and will be
  30. removed from future toolkit releases.
  31. Object driven comparison requires an object definition file that lists the size and name of data data objects (ie; inte‐
  32. gers, arrays or structures) within the parameter file. Individual data members are presented as smaller, individual data
  33. dumps within a larger, overall data dump. See program pibdump for more information of object definition file format.
  34. OPTIONS
  35. -f file
  36. The object definition file that lists the size, name and description of individual individual objects in order of
  37. occurance. If this option is omitted then object definitions are read from stdin. The object definition file is
  38. not modified by this program. See the pibdump man page for an example of an object definition file.
  39. -?,--help
  40. Print program help summary on stdout. This option takes precedence over other options on the command line.
  41. -!,--version
  42. Print program version information on stdout. This option takes precedence over other options on the command line.
  43. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of
  44. the Linux Toolkit you are using.
  45. ARGUMENTS
  46. file The name of a binary file. Two binary files are needed for comparison and both should conform to the object defi‐
  47. nition file for the comarison to be meaningful.
  48. EXAMPLES
  49. The following example compares file abc.bin and def.bin and prints objects that are different in hexdump format. Objects
  50. are defined in objects.txt and read using -f.
  51. # pibcomp -f objects.txt abc.bin def.bin
  52. SEE ALSO
  53. chkpib(7), chkpib2(7), getpib(7), modpib(1), pib2xml(1), pibdump(1), setpib(1), xml2pib(1)
  54. CREDITS
  55. Nathaniel Houghton &lt;nhoughto@qca.qualcomm.com&gt;
  56. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  57. open-plc-utils-0.0.3 Mar 2014 pibcomp(1)
  58. </pre>
  59. <div class='footerlink'>
  60. [<a href='pib2xml.1.html' title=' pib2xml.1 '>PREV</a>]
  61. [<a href='toolkit.html' title=' Index '>HOME</a>]
  62. [<a href='pibdump.1.html' title=' pibdump.1 '>NEXT</a>]
  63. </div>
  64. </body>
  65. </html>