Get addresses and protocol information from a packet. More...
Public Member Functions |
|
HRESULT | GetProtocol ([out] TMediaSpec *pSpec) |
HRESULT | GetRawProtocol ([out] TMediaSpec *pSpec) |
HRESULT | GetSrcPhysical ([out] TMediaSpec *pSpec) |
HRESULT | GetDestPhysical ([out] TMediaSpec *pSpec) |
HRESULT | GetSrcLogical ([out] TMediaSpec *pSpec) |
HRESULT | GetDestLogical ([out] TMediaSpec *pSpec) |
HRESULT | GetSrcPort ([out] TMediaSpec *pSpec) |
HRESULT | GetDestPort ([out] TMediaSpec *pSpec) |
HRESULT | GetBSSID ([out] TMediaSpec *pSpec) |
HRESULT | GetReceiver ([out] TMediaSpec *pSpec) |
HRESULT | GetTransmitter ([out] TMediaSpec *pSpec) |
HRESULT | GetAddress1 ([out] TMediaSpec *pSpec) |
HRESULT | GetAddress2 ([out] TMediaSpec *pSpec) |
HRESULT | GetAddress3 ([out] TMediaSpec *pSpec) |
HRESULT | GetAddress4 ([out] TMediaSpec *pSpec) |
Detailed Description
This interface is implemented by the Omnił Engine and provides access to address and protocol information in a packet.
Member Function Documentation
|
Get the packet address 1.
|
|
Get the packet address 2.
|
|
Get the packet address 3.
|
|
Get the packet address 4.
|
|
Get the packet BSSID.
|
|
Get the packet destination logical address.
|
|
Get the packet destination physical address.
|
|
Get the packet destination port.
|
|
Get the packet protocol in ProtoSpec format.
|
|
Get the "raw" packet protocol (e.g., SNAP instead of ProtoSpec).
|
|
Get the packet receiver.
|
|
Get the packet source logical address.
|
|
Get the packet source physical address.
|
|
Get the packet source port.
|
|
Get the packet transmitter.
|