Microsoft Internet Security and Acceleration Server 2000

FPCIpPacketFilters.PingOfDeathDetectionEnabled Property

Gets or sets whether ISA will detect ping-of-death attacks and generate an event. This property only has meaning if FPCIpPacketFilters.Enabled is set to TRUE.

A ping of death attack is one in which a large amount of information was appended to an ICMP echo request (ping) packet.

VBScript Syntax[VBScript]

FPCIpPacketFilters.PingOfDeathDetectionEnabled [ = bEnabled ]

C++ Syntax[C++]

HRESULT get_PingOfDeathDetectionEnabled(
  VARIANT_BOOL *pbEnabled
);
 
HRESULT put_PingOfDeathDetectionEnabled(
  VARIANT_BOOL bEnabled
);

Parameters

bEnabled
Boolean value that specifies whether detection of ping-of-death attacks is enabled.

The property is read-write.

Applies To

FPCIpPacketFilters