Ethernet 802.1q Virtual Lan.
We decode/encode it for the purpose of manipulating pcap files,
but it's currently unused in the network simulator.
For more informations see for instance
Wikipedia.
A Vlan TRX accepts raw packets (presumably from some
Eth.TRX
), unpack them
and forward the payload to a callback; and it can be given some payload to
tunnel and it will tag it and pass it presumably to an
Eth.TRX
.