Package SSF.OS.OSPFv2.test

Contains additional helper classes for the OSPFv2 test suite.

See:
          Description

Class Summary
ConfigUpdateMessage ConfigUpdateMessages contain the configuration updates for an OSPF instance, sent by the Configurator at given times.
Configurator Implements a pseudo-protocol, which updates an OSPF session at times, configured in the DML file.
IPwithErrorInjection This class is a replacement for SSF.OS.IP.
Logger Provides some methods to write log messages and error messages.
OSPFDumpPro A standalone class that translates binaryTcpDump files into ASCII format.
OSPFMonitor Implements a tcpDump utility for OSPF protocol traffic.
PacketGenerator This is a replacement for the SSF.OS.IP class, which is able to manipulate packets flowing from and to an OSPF session.
Reset Implements a pseudo-protocol, which restarts an OSPF router at given times.
TOSDump A standalone class that translates binaryTcpDump files into ASCII format.
UnreliableIP This class is a replacement for SSF.OS.IP, from which the basic functionality is inherited.
 

Package SSF.OS.OSPFv2.test Description

Contains additional helper classes for the OSPFv2 test suite. Further description of the concepts and any particular test cases used in this test suite is available in the additional documentation of this package and on the websites specified below.

Related Documentation

For any additional documentation of the test suite, see the following websites:

See Also:
SSF.OS.OSPFv2