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. Click here to see the full picture.

Inheritance diagram:

The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram. Click here to see the full picture.

Used in compound modules:

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.

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