Click or drag to resize
BroccoliSharp BroSubnet Constructor (BroAddress, UInt32)
Creates a new BroSubnet from existing Bro address and width.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroSubnet(
	BroAddress address,
	uint width
)

Parameters

address
Type: BroccoliSharpBroAddress
BroAddress of subnet.
width
Type: SystemUInt32
Width of address to consider.
Exceptions
ExceptionCondition
ArgumentNullExceptionaddress is null.
See Also