Microsoft Internet Security and Acceleration Server 2004 SDK

PingOfDeathDetectionEnabled Property of IFPCAttackDetection[C++]

FPCAttackDetection.PingOfDeathDetectionEnabled [Visual Basic]

[C++]

The PingOfDeathDetectionEnabled property gets or sets a Boolean value that indicates whether ISA Server will detect ping-of-death attacks and generate an alert.

A ping-of-death attack is one in which a large amount of information is appended to an Internet Control Message Protocol (ICMP) echo request (ping) packet.

HRESULT get_PingOfDeathDetectionEnabled(
  VARIANT_BOOL* pfPingOfDeathDetectionEnabled
);

HRESULT put_PingOfDeathDetectionEnabled(
  VARIANT_BOOL fPingOfDeathDetectionEnabled
);

Parameters

pfPingOfDeathDetectionEnabled
Pointer to a Boolean value that is set on return to VARIANT_TRUE if the detection of ping-of-death attacks is enabled, or to VARIANT_FALSE if the detection of ping-of-death attacks is disabled.
fPingOfDeathDetectionEnabled
Boolean value that indicates whether the detection of ping-of-death attacks is enabled.

Return Values

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write.

[Visual Basic]

The PingOfDeathDetectionEnabled property gets or sets a Boolean value that indicates whether ISA Server will detect ping-of-death attacks and generate an alert.

A ping-of-death attack is one in which a large amount of information is appended to an Internet Control Message Protocol (ICMP) echo request (ping) packet.

Property PingOfDeathDetectionEnabled As Boolean

Property Value

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

Remarks

This property is read/write.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCAttackDetection