efeu.1.html 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. efeu.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='efbu.1.html' title=' efbu.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='efru.1.html' title=' efru.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. efeu(1) Qualcomm Atheros Open Powerline Toolkit efeu(1)
  22. NAME
  23. efeu - HomePlug AV Packet Reflector
  24. SYNOPSIS
  25. efeu [options]
  26. DESCRIPTION
  27. Read and reflect 802.3 Ethernet messages addressed to this host or the broadcast address. Do not display reflected
  28. frames.
  29. The program is one example of a simple packet listener. Engineers and software developers can extend it to build custom
  30. sniffers or servers. The framework is present but additional features must be added.
  31. This program is part of the Qualcomm Atheros Powerline Toolkit. See the plc man page for an overview and installation
  32. instructions.
  33. OPTIONS
  34. -e ethertype
  35. The protocol (or ethertype) of interest expressed as a 16-bit hexadecimal integer. Prefix &quot;0x&quot; is optional. This
  36. filters out frames having any other ethertype. The default is ETH_P_802_2 as defined in if_ether.h.
  37. -i interface
  38. Names the host ethernet interface to watch. The named interface, such as eth0, eth1 and so on, must be connected
  39. to a HomePlug AV ethernet-to-powerline bridge adapter to receive any HomePlug AV traffic. The default interface
  40. is eth1.
  41. -q Quiet mode. Suppress the printing of the normal message descriptions on stdout.
  42. -t milliseconds
  43. Read timeout in milliseconds. Values range from 0 through UINT_MAX. This is the maximum time allowed for a
  44. response. The default is 50 milliseconds.
  45. -v Verbose mode. Displays incoming frames in hexadecimal dump format on stdout. This option is independent of
  46. option -a which prints VS_ARPC message text on stderr.
  47. -?, --help
  48. Print program help summary on stdout. This option takes precedence over other options on the command line. -!,
  49. --version Print program version information on stdout. This option takes precedence over other options on the
  50. command line. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly
  51. which version of the Linux Toolkit you are using. See the HomePlug AV Specification for a description of all
  52. HomePlug AV message types. See the Qualcomm Atheros INT6000 Firmware Reference Manual for a description of
  53. Atheros Vendor Specific message types.
  54. EXAMPLES
  55. The following command monitors the default interface eth1 for HomePlug AV traffic and dumps detected frames on the con‐
  56. sole as they occur. Terminate the foreground process by typing ^C or ^Z at the console. This program is usually run in
  57. a separate console window when performing other toolkit operations.
  58. # efeu
  59. The following command monitors host interface eth4 for incoming HomePlug AV frames and dumps writes them to file
  60. efeu.log. Frames are printed in hexadecimal dump format because option -v is present. Terminate the foreground process
  61. by typing ^C or ^Z at the console.
  62. # efeu -v -i eth4 &gt; efeu.log
  63. DISCLAIMER
  64. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL
  65. USA. Consequently, public information is not available. Qualcomm Atheros reserves the right to modify management mes‐
  66. sage structure and content in future firmware releases without any obligation to notify or compensate users of this pro‐
  67. gram.
  68. SEE ALSO
  69. plc(1), efru(1), efsu(1), hpav(1), mme(1)
  70. CREDITS
  71. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  72. open-plc-utils-0.0.3 Mar 2014 efeu(1)
  73. </pre>
  74. <div class='footerlink'>
  75. [<a href='efbu.1.html' title=' efbu.1 '>PREV</a>]
  76. [<a href='toolkit.html' title=' Index '>HOME</a>]
  77. [<a href='efru.1.html' title=' efru.1 '>NEXT</a>]
  78. </div>
  79. </body>
  80. </html>