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.
The following diagram shows inheritance relationships for this type.
Unresolved types are missing from the diagram.
If a module type shows up more than once, that means it has been defined in more than one NED file.
SingleHost (compound module) |
simulates a single host to connect it to a real network |
TunOutRouter (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"); }