Access protocol layers in a packet. More...
Public Member Functions |
|
HRESULT | GetPacketLayers ([in, out] ULONG *pulLayerCount,[out, size_is(*pulLayerCount)] PacketLayerInfo pLayerInfo[]) |
HRESULT | GetHeaderLayer ([in] USHORT usProtoSpecID,[out] ULONG *pulSourceProtoSpec,[out] BYTE **ppData,[out] USHORT *pusBytesRemaining) |
HRESULT | GetDataLayer ([in] USHORT usProtoSpecID,[out] ULONG *pulSourceProtoSpec,[out] BYTE **ppData,[out] USHORT *pusBytesRemaining) |
Detailed Description
This interface is implemented by the Omni Engine and provides access to the protocol layers found in a packet.
- Remarks:
- This interface is not remoteable, it is local only.
Member Function Documentation
|
Get the data layer associated with a ProtoSpec.
|
|
Get the header layer associated with a ProtoSpec.
|
|
Get all packet layers.
|