Package Products :: Package ZenUtils :: Module captureReplay
[hide private]
[frames] | no frames]

Module captureReplay

source code

Classes [hide private]
FakePacket
A fake object to make packet replaying feasible.
CaptureReplay
Base class for packet capture and replay capability.
Variables [hide private]
  __doc__ = """captureRep...
Variables Details [hide private]

__doc__

Value:
"""captureReplay
    Common code to capture and replay packets.

    To use:
1. Add the captureReplay mixin to the list of base classes

2. Add the following to the buildOptions method of the base class, aft\
er other
...