pibdump.1.html 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. pibdump.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='pibcomp.1.html' title=' pibcomp.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='pibruin.1.html' title=' pibruin.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. pibdump(1) Qualcomm Atheros Open Powerline Toolkit pibdump(1)
  22. NAME
  23. pibdump - Qualcomm Atheros Parameter Information Block Dump Utility
  24. SYNOPSIS
  25. pibdump [options] file [&gt;stdout]
  26. DESCRIPTION
  27. Read a Qualcomm Atheros powerline parameter information block (PIB) file and print an object driven dump on stdout. This
  28. program replaces program odd because it distinguishes between legacy and current PIB file formats.
  29. An object driven dump requires an object definition file that lists the size and name of data objects (ie; integers,
  30. arrays or structures) within the parameter file. Individual data members are presented as smaller, individual data dumps
  31. within a larger, overall data dump.
  32. OPTIONS
  33. -f file
  34. The object definition file that lists the size, name and description of individual individual objects in order of
  35. occurance. If this option is omitted then object definitions are read from stdin. The object definition file is
  36. not modified by this program.
  37. -?,--help
  38. Print program help summary on stdout. This option takes precedence over other options on the command line.
  39. -!,--version
  40. Print program version information on stdout. This option takes precedence over other options on the command line.
  41. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of
  42. the Linux Toolkit you are using.
  43. ARGUMENTS
  44. file The name of a binary file. The file must have either Thunderbolt/Lightning or Panther/Lynx format or output will
  45. be incorrect. The file is not modified by this program. Only one such file is permitted on the command line.
  46. EXAMPLES
  47. The following is an example object definition file for an Ethernet frame. Frame fields, like ODA, OSA and ETHTYPE, are
  48. defined by length in order of their appears in the frame. Array subscripts following object names are optional but, if
  49. present, become part of the object name. Fields having no length are headers and will be ignored. Comments and blank
  50. lines are also ignored.
  51. # ========================================
  52. #
  53. # ----------------------------------------
  54. 0 header
  55. 6 ODA[6] Own Destination Address
  56. 6 OSA[6] Own Source Address
  57. 2 ETHTYPE Ethertype or frame length
  58. # ========================================
  59. #
  60. # ----------------------------------------
  61. 0 body
  62. 1500 Payload[1500]
  63. # ========================================
  64. #
  65. # ----------------------------------------
  66. 0 trailer
  67. 4 CRC Cyclical Redundancy Check
  68. The following command uses object definition file ether.txt to identify and display member fields within binary file
  69. abc.bin in hexadecimal dump format.
  70. # pibdump -f ether.txt abc.bin
  71. SEE ALSO
  72. chkpib(7), chkpib2(7), getpib(7), modpib(1), pib2xml(1), pibcomp(1), setpib(1), xml2pib(1)
  73. CREDITS
  74. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  75. open-plc-utils-0.0.3 Mar 2014 pibdump(1)
  76. </pre>
  77. <div class='footerlink'>
  78. [<a href='pibcomp.1.html' title=' pibcomp.1 '>PREV</a>]
  79. [<a href='toolkit.html' title=' Index '>HOME</a>]
  80. [<a href='pibruin.1.html' title=' pibruin.1 '>NEXT</a>]
  81. </div>
  82. </body>
  83. </html>