Namespace inet
EncapsulationProtocolInd
classThis indication determines the original protocol encapsulation order of the packet. If this tag is attached to the packet, then the protocols specify the order of encapsulation as it seen by the protocol modules when the packet was processed and decapsulated.
Extends
Name | Type | Description |
---|---|---|
ProtocolListTagBase | (unknown -- not in documented files) |
Shared Tagging operations (observed)
tagAction | module |
---|---|
addTagIfAbsent | EthernetMacHeaderChecker, Ieee8021qTagEpdHeaderChecker, Ieee8021rTagEpdHeaderChecker |
findTag | PacketDirectionReverser |
Source code
// // This indication determines the original protocol encapsulation order of the // packet. If this tag is attached to the packet, then the protocols specify the // order of encapsulation as it seen by the protocol modules when the packet was // processed and decapsulated. // class EncapsulationProtocolInd extends ProtocolListTagBase { }File: src/inet/common/ProtocolTag.msg