Public Member Functions | |
HRESULT | Connect ([in] BSTR hostName,[in] ULONG tcpPort,[in] ULONG timeout,[out, retval] enum RemoteCmdReturnType *pStatus) |
HRESULT | ConnectWithCred ([in] BSTR hostName,[in] ULONG tcpPort,[in] BSTR domain,[in] BSTR user,[in] BSTR passwd,[in] ULONG timeout,[out, retval] enum RemoteCmdReturnType *pStatus) |
HRESULT | Disconnect ([out, retval] enum RemoteCmdReturnType *pStatus) |
HRESULT | GetRemoteAdapterList ([out, retval] IPeekRemoteAdapterList **pVal) |
HRESULT | CreateNewCapture ([in] BSTR strName,[in] VARIANT_BOOL bIsContinuous,[in] VARIANT_BOOL bSaveToDisk,[in] ULONG lFileSize,[in] VARIANT_BOOL bStopSaveMB,[in] ULONG lSaveMB,[in] VARIANT_BOOL bStopSaveCount,[in] ULONG lSaveCount,[in] VARIANT_BOOL bSliceOn,[in] ULONG lSliceLen,[in] ULONG lBufferSize,[in] BSTR strAdapterName,[out, retval] BSTR *strCaptureGuid) |
HRESULT | DeleteCapture ([in] BSTR strCaptureGuid) |
HRESULT | GetCaptureList ([out, retval] IPeekRemoteCaptureList **ppCaptureList) |
HRESULT | StartCapture ([in] BSTR strCaptureGuid) |
HRESULT | StopCapture ([in] BSTR strCaptureGuid) |
HRESULT | GetNodeList ([in] BSTR strCapID,[in, out] VARIANT *pTimeStamp,[out, retval] IPeekRemoteNodeList **ppRemoteNodeList) |
HRESULT | SaveAllPackets ([in] BSTR captureID,[in] BSTR localFilename) |
HRESULT | GetConversationList ([in] BSTR strCapID,[in, out] VARIANT *pTimeStamp,[out, retval] IPeekConversationList **ppRemoteConvList) |
HRESULT | GetFileList (BSTR fileMask,[out, retval] IWPFileList **FileList) |
HRESULT | SaveCapture ([in] BSTR CaptureID,[in] BSTR Filename,[in] BOOL OverWriteFlag,[out, retval] BSTR *SavedFilePath) |
HRESULT | CreateNewCaptureFromTemplate ([in] IXMLDOMDocument *pCaptureTemplate,[out, retval] BSTR *strCaptureGuid) |
HRESULT | GetFilters ([out, retval] IFilterCollection **ppFilterCollection) |
HRESULT | SetFilters ([in] IFilterCollection *pFilterCollection,[in] enum MutableItemOpsType OpType) |
HRESULT | ApplyFilterToCapture ([in] BSTR strCaptureGUID,[in] BSTR strFilterGUID,[in] enum PeekFilterMode filterMode) |
HRESULT | CreateNewCaptureFromFile ([in] BSTR Name,[in] USHORT ReplayCount,[in] BSTR RemotePacketFilePath,[out, retval] BSTR *strCaptureGuid) |
HRESULT | GetGraphTemplates ([out, retval] IGraphCollection **GraphTemplateCollection) |
HRESULT | IsConnected ([out, retval] VARIANT_BOOL *pVal) |
HRESULT | GetEngineStatus ([out, retval] IEngineStatus **status) |
HRESULT | GetNodeListAll ([in] BSTR strCapID,[out, retval] IPeekRemoteNodeList **ppRemoteNodeList) |
HRESULT | GetConversationListAll ([in] BSTR strCapID,[out, retval] IPeekConversationList **ppRemoteConvList) |
HRESULT | DeleteRemoteFile (BSTR RemoteFilename) |
HRESULT | StartMonitoring ([in] BSTR adapterName,[out, retval] VARIANT_BOOL *bSuccess) |
Returns data corresponding to a given graph item. | |
HRESULT | StopMonitoring ([out, retval] VARIANT_BOOL *bSuccess) |
HRESULT | GetLatestMonitorStats ([out, retval] IMonitorStats **pMonitorStats) |
Detailed Description
COM Wrapper for EPR remote commands.This interface is implemented by CWPRemoteCmdMgr to allow testing of communication protocol between clients and engines.
Member Function Documentation
|
Apply a filter to a capture.
|
|
Setup a connection to a remote agent.
|
|
Setup a connection with credentials to a remote agent.
|
|
Create a new connection on a remote agent.
|
|
Create a new capture using a remote file adapter
|
|
Creates a new capture from a capture template.
|
|
Deletes a specific capture.
|
|
Delete a file from an agent's data folder
|
|
Close a connetion to a remote agent.
|
|
Gets the current remote agent capture list.
|
|
Returns conversations for the given capture.
|
|
Get the engine's list of conversations
|
|
Get the engine's status
|
|
Gets a current list of capture files.
|
|
Returns current list of filters on agent.
|
|
Returns list of graphs that are associated with a particular capture
|
|
Returns data corresponding to a given graph item
|
|
Returns a list of remote nodes for a specified capture.
|
|
Get the engine's list of nodes
|
|
Get a list of remote adapters on the agent.
|
|
Returns true or false indicating whether the Engine is connected.
|
|
Saves all packets in teh buffer as a local trace file.
|
|
Saves a capture file on an agent.
|
|
Adds new filters to agent.
|
|
Starts the specified capture.
|
|
Returns data corresponding to a given graph item. Starts a monitoring capture.
|
|
Stops the specified capture.
|
|
Stops a monitoring capture.
|