Analyzer16BitFilter Object


Description:

Entity describing a 16-bit comparator.

Parents: Analyzer, AnalyzerFrameConfigFilter

Analyzer16BitFilter Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
EndOfRange

End of range for the field values after applying the mask.

Type: u16

Default: 0xFFFF

FilterName

Text name used in .csv output.

Type: string

Default: CustomFilter0

Index

Used for VLANs and MPLS. It represents the index of a VLAN or MPLS header when more than one VLAN or MPLS header is stacked. For example, if you have two VLANs in your streamblock and you want to filter on the inner VLAN, set the index to 1. If you want the outer VLAN, set the index to 0. Handle stacked MPLS headers in a similar way.

Type: u8

Default: 0

Range: 0 - 1

LocationType

Starting point from which the offset is referenced.

Type: enum

Default: START_OF_FRAME

Possible Values:

Value Description
START_OF_FRAME

Beginning of the frame. The parent object can be Analyzer or AnalyzerFrameConfigFilter.

START_OF_IPV4_HDR

Beginning of the IPv4 header. The parent object must be AnalyzerFrameConfigFilter.

START_OF_IPV6_HDR

Beginning of the IPv6 header. The parent object must be AnalyzerFrameConfigFilter.

START_OF_PAYLOAD

Beginning of the payload. The parent object must be AnalyzerFrameConfigFilter.

START_OF_TCP_UDP_HDR

Beginning of the UDP header. The parent object must be AnalyzerFrameConfigFilter.

VLAN_TAG

Location of the VLAN tag. The parent object must be AnalyzerFrameConfigFilter.

MPLS_TAG

Location of the MPLS tag. The parent object must be AnalyzerFrameConfigFilter.

L2TPV2_SESSION_ID

Location of the L2TPv2 session ID tag. The parent object must be AnalyzerFrameConfigFilter.

L2TPV2_TUNNEL_ID

Location of the L2TPv2 tunnel ID tag. The parent object must be AnalyzerFrameConfigFilter.

Mask

16-bit mask in hex.

Type: u16

Default: 0xFFFF

Offset

Number of bytes separating the mask's position from the specified location (in LocationType).

Type: s32

Default: 0

StartOfRange

Start of range for the field values after applying the mask.

Type: u16

Default: 0

Analyzer16BitFilter Read-Only Attributes

There are no read-only attributes.