IFPCAttackDetection::PingOfDeathDetectionEnabled property

Applies to: desktop apps only

The PingOfDeathDetectionEnabled property gets or sets a Boolean value that indicates whether Forefront TMG will generate an event when a ping-of-death attack is detected.

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.

This property is read/write.

Syntax

HRESULT put_PingOfDeathDetectionEnabled(
  VARIANT_BOOL fPingOfDeathDetectionEnabled
);

HRESULT get_PingOfDeathDetectionEnabled(
  VARIANT_BOOL *pfPingOfDeathDetectionEnabled
);
' Data type: Boolean

Property PingOfDeathDetectionEnabled( _
  ByVal fPingOfDeathDetectionEnabled As VARIANT_BOOL, _
  ByVal pfPingOfDeathDetectionEnabled As VARIANT_BOOL _
) As Boolean

Property value

Boolean value that indicates whether Forefront TMG will generate an event when a ping-of-death attack is detected.

Error codes

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

Remarks

This property is read/write. Its value is set to True (VARIANT_TRUE in C++) during Forefront TMG setup.

Ping-of-death attacks can be detected only if the IntrusionDetectionEnabled property is set to True (VARIANT_TRUE in C++).

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCAttackDetection

 

 

Build date: 7/12/2010