Module Interface IPacketParser

Package: oversim.common
File: src/common/PacketParser.ned

Module that performs parsing of the payload of packets that are send to or received by the tun device

IPacketParser

Usage diagram:

The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.

Used in compound modules:

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.

Properties:

Name Value Description
display i=block/wheelbarrow

Source code:

//
// 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");
}