Module that performs parsing of the payload of packets that are send to or received by the tun device
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram. Click here to see the full picture.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
SingleHost | compound module |
simulates a single host to connect it to a real network |
TunOutRouter | compound module |
TunOut router. |
TunOutRouter6 | compound module |
TunOut router. |
Name | Value | Description |
---|---|---|
display | i=block/wheelbarrow |
// // Module that performs parsing of the payload of packets that are send to or received by the tun device // moduleinterface IPacketParser { parameters: @display("i=block/wheelbarrow"); }