This is automatically generated documentation. Edit after the "COMMENTS" heading; changes to the main body will be lost.
EtherEncap -- Click element; encapsulates packets in Ethernet header
EtherEncap(ETHERTYPE, SRC, DST)
Ports: 1 input, 1 output
Processing: agnostic
Package: ethernet (core)
Encapsulates each packet in the Ethernet header specified by its arguments. ETHERTYPE should be in host order.
Encapsulate packets in an Ethernet header with type ETHERTYPE_IP (0x0800), source address 1:1:1:1:1:1, and destination address 2:2:2:2:2:2:
EtherEncap(0x0800, 1:1:1:1:1:1, 2:2:2:2:2:2)
For IP packets you probably want to use ARPQuerier instead.
Generated by 'click-elem2man' from '../elements/ethernet/etherencap.hh' on 24/May/2007.