Simple Module TCPDump

File: Util/TCPDump.ned

C++ definition: click here

Provides tcpdump-like functionality

Usage diagram:

The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.

TCPDump

Gates:

Name Direction Description
in1 input
in2 input
out1 output
out2 output

Source code:

simple TCPDump
    gates:
      in: in1, in2;
      out: out1, out2;
endsimple