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.

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.

REDTestDebug (no description)
DemoNetworkEth (no description)

Gates:

Name Direction Description
in1 input
in2 input
out1 output
out2 output

Source code:

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