Profishark API 2.6.1.0
Loading...
Searching...
No Matches
Disk capture

Direct to disk capture functions. More...

Data Structures

struct  ProfisharkAPIDiskDumpConfig
 Direct capture configuration. More...
 
struct  ProfisharkAPIDiskDumpConfigEx
 Direct capture configuration. More...
 
struct  ProfisharkAPIDiskDumpStatus
 Direct capture status. More...
 

Typedefs

typedef struct ProfisharkAPIDiskDumpConfig ProfisharkAPIDiskDumpConfig
 Direct capture configuration.
 
typedef struct ProfisharkAPIDiskDumpConfigEx ProfisharkAPIDiskDumpConfigEx
 Direct capture configuration.
 
typedef struct ProfisharkAPIDiskDumpStatus ProfisharkAPIDiskDumpStatus
 Direct capture status.
 

Functions

PROFISHARKAPI_API_DEPRECATED ProfisharkAPIRet ProfisharkAPIDiskDumpSetConfig (ProfisharkApiDeviceHandle handle, ProfisharkAPIDiskDumpConfig config)
 Set direct capture configuration.
 
PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpSetConfigEx (ProfisharkApiDeviceHandle handle, ProfisharkAPIDiskDumpConfigEx config)
 Set direct capture configuration.
 
PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpStart (ProfisharkApiDeviceHandle handle)
 Start direct capture.
 
PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpStop (ProfisharkApiDeviceHandle handle)
 Stop direct capture.
 
PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpGetStatus (ProfisharkApiDeviceHandle handle, ProfisharkAPIDiskDumpStatus *status)
 Get direct capture status.
 

Detailed Description

Direct to disk capture functions.

Function Documentation

◆ ProfisharkAPIDiskDumpGetStatus()

PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpGetStatus ( ProfisharkApiDeviceHandle  handle,
ProfisharkAPIDiskDumpStatus status 
)

Get direct capture status.

Parameters
handlea handle to the device
[out]statusa ProfisharkAPIDiskDumpStatus that will contain the direct capture status
Return values
ProfisharkAPIRet_Successon success
ProfisharkAPIRet_NoDevif the device does not exist

◆ ProfisharkAPIDiskDumpSetConfig()

PROFISHARKAPI_API_DEPRECATED ProfisharkAPIRet ProfisharkAPIDiskDumpSetConfig ( ProfisharkApiDeviceHandle  handle,
ProfisharkAPIDiskDumpConfig  config 
)

Set direct capture configuration.

Parameters
handlea handle to the device
configa ProfisharkAPIDiskDumpConfig that contains the direct capture configuration
Return values
ProfisharkAPIRet_Successon success
ProfisharkAPIRet_NoDevif the device does not exist
Deprecated:
Use ProfisharkAPIDiskDumpSetConfigEx.

◆ ProfisharkAPIDiskDumpSetConfigEx()

PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpSetConfigEx ( ProfisharkApiDeviceHandle  handle,
ProfisharkAPIDiskDumpConfigEx  config 
)

Set direct capture configuration.

Parameters
handlea handle to the device
configa ProfisharkAPIDiskDumpConfigEx that contains the direct capture configuration
Return values
ProfisharkAPIRet_Successon success
ProfisharkAPIRet_NoDevif the device does not exist

◆ ProfisharkAPIDiskDumpStart()

PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpStart ( ProfisharkApiDeviceHandle  handle)

Start direct capture.

Parameters
handlea handle to the device
Return values
ProfisharkAPIRet_Successon success
ProfisharkAPIRet_NoDevif the device does not exist

◆ ProfisharkAPIDiskDumpStop()

PROFISHARKAPI_API ProfisharkAPIRet ProfisharkAPIDiskDumpStop ( ProfisharkApiDeviceHandle  handle)

Stop direct capture.

Parameters
handlea handle to the device
Return values
ProfisharkAPIRet_Successon success
ProfisharkAPIRet_NoDevif the device does not exist