Namespace inet
EncapsulationProtocolReq
classThis request determines the expected protocol encapsulation order of the packet. If this tag is attached to a packet, then the first encapsulation protocol specifies the next dispatch protocol. Otherwise the individual protocol modules are expected to request dispatching to their default following encapsulation protocol.
Extends
| Name | Type | Description |
|---|---|---|
| ProtocolListTagBase | (unknown -- not in documented files) |
Shared Tagging operations (observed)
| tagAction | module |
|---|---|
| findTagForUpdate | Ieee8021qTagEpdHeaderInserter, Ipv4 |
Source code
// // This request determines the expected protocol encapsulation order of the // packet. If this tag is attached to a packet, then the first encapsulation // protocol specifies the next dispatch protocol. Otherwise the individual // protocol modules are expected to request dispatching to their default // following encapsulation protocol. // class EncapsulationProtocolReq extends ProtocolListTagBase { }File: src/inet/common/ProtocolTag.msg