Package net.sourceforge.jpcap.simulator

Provides a simulator which has an external interface identical to the PacketCapture class available in the jpcap.capture package.

See:
          Description

Class Summary
HeaderGenerator This class generates random protocol headers.
PacketCaptureSimulator This class has the same external interface as PacketCapture.
PacketGenerator This class produces data fabricated to look like it originated from a network device.
Settings Simulator settings.
 

Package net.sourceforge.jpcap.simulator Description

Provides a simulator which has an external interface identical to the PacketCapture class available in the jpcap.capture package.

Instead of capturing packet data off a network, the simulator fabricates packets according to configurable properties and policies. Classes in this package are useful to developers working on applications that utilize the packet capture system who wish to specify or have a high level of control over network data arriving into their application during the development process.

Possible applications for the simulator are unit testing client packet capture applications or producing boundary case network traffic which is rarely encountered on a real physical network.