Profishark API
2.3.12.0
|
Direct to disk capture functions. More...
Data Structures | |
struct | ProfisharkAPIDiskDumpConfig |
struct | ProfisharkAPIDiskDumpStatus |
Direct capture status. More... | |
Functions | |
PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIDiskDumpSetConfig (ProfisharkApiDeviceHandle handle, ProfisharkAPIDiskDumpConfig config) |
Set direct capture configuration. More... | |
PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIDiskDumpStart (ProfisharkApiDeviceHandle handle) |
Start direct capture. More... | |
PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIDiskDumpStop (ProfisharkApiDeviceHandle handle) |
Stop direct capture. More... | |
PROFISHARKAPI_API ProfisharkAPIRet | ProfisharkAPIDiskDumpGetStatus (ProfisharkApiDeviceHandle handle, ProfisharkAPIDiskDumpStatus &status) |
Get direct capture status. More... | |
Direct to disk capture functions.
PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpGetStatus | ( | ProfisharkApiDeviceHandle | handle, |
ProfisharkAPIDiskDumpStatus & | status | ||
) |
Get direct capture status.
handle | a handle to the device | |
[out] | status | a ProfisharkAPIDiskDumpStatus that will contain the direct capture status |
ProfisharkAPIRet_Success | on success |
ProfisharkAPIRet_NoDev | if the device does not exist |
PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpSetConfig | ( | ProfisharkApiDeviceHandle | handle, |
ProfisharkAPIDiskDumpConfig | config | ||
) |
Set direct capture configuration.
handle | a handle to the device |
config | a ProfisharkAPIDiskDumpConfig that contains the direct capture configuration |
ProfisharkAPIRet_Success | on success |
ProfisharkAPIRet_NoDev | if the device does not exist |
PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpStart | ( | ProfisharkApiDeviceHandle | handle | ) |
Start direct capture.
handle | a handle to the device |
ProfisharkAPIRet_Success | on success |
ProfisharkAPIRet_NoDev | if the device does not exist |
PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpStop | ( | ProfisharkApiDeviceHandle | handle | ) |
Stop direct capture.
handle | a handle to the device |
ProfisharkAPIRet_Success | on success |
ProfisharkAPIRet_NoDev | if the device does not exist |