efru(1) | Qualcomm Atheros Open Powerline Toolkit | efru(1) |
efru - HomePlug AV Packet Listener
efru [options]
Display incoming 802.3 Ethernet frames addressed to this host or broadcast. Do not display outgoing frames.
The program is an example of a simple packet listener. Engineers and software developers can extend this code to build custom sniffers or servers. The framework is present here but you must add any additional features.
This program is part of the Qualcomm Atheros Powerline Toolkit. See the plc man page for an overview and installation instructions.
The following command monitors the default interface eth1 for HomePlug AV traffic and dumps detected frames on the console as they occur. Terminate the foreground process by typing ^C or ^Z at the console. This program is usually run in a separate console window when performing other toolkit operations.
# efru
The following command monitors host interface eth4 for incoming HomePlug AV frames and dumps writes them to file efru.log. Frames are printed in hexadecimal dump format because option -v is present. Terminate the foreground process by typing ^C or ^Z at the console.
# efru -v -i eth4 > efru.log
Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL USA. Consequently, public information is not available. Qualcomm Atheros reserves the right to modify management message structure and content in future firmware releases without any obligation to notify or compensate users of this program.
plc(1), efsu(1), hpav(1), hpavd(1), mme(1)
Charles Maier
November 2013 | open-plc-utils-0.0.3 |