VerifyCapturePktCountCommand Object


Description:

Verify that capture packets fulfill the condition which is defined in the filter.

Can be used with Command Sequencer: No

VerifyCapturePktCountCommand Writable Attributes

Attribute Description
CapturePort

Handle to a Port to get the capture for.

Type: handle

Default: "" (empty string)

EndIdx

Ending index to save captured packets in CaptureDataSave.

Type: u32

Default: 0

ExpectedPktCount

Expected Packet Count.

Type: u32

Default: 0

Filter

Stack Filter.

Type: string

Default: "" (empty string)

OperationType

Operation to compare actual value against.

Type: enum

Default: EQUAL

Possible Values:

Value Description
EQUAL

Equal To.

LESS_THAN

Less Than.

LESS_THAN_OR_EQUAL

Less Than or Equal To.

GREATER_THAN

Greater Than.

GREATER_THAN_OR_EQUAL

Greater Than or Equal To.

NOT_EQUAL

Not Equal To.

StartIdx

Starting index to save captured packets in CaptureDataSave.

Type: u32

Default: 0

VerifyCapturePktCountCommand Read-Only Attributes

There are no read-only attributes.