From ff05bb54d9739a4112b422072be3eab23622b6bf Mon Sep 17 00:00:00 2001
From: 12138 <48377190+wqreytuk@users.noreply.github.com>
Date: Thu, 26 Sep 2024 18:43:24 -0700
Subject: [PATCH] Update filtering-condition-identifiers-.md
---
desktop-src/FWP/filtering-condition-identifiers-.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/desktop-src/FWP/filtering-condition-identifiers-.md b/desktop-src/FWP/filtering-condition-identifiers-.md
index c83025f3af8..3fadfbd103c 100644
--- a/desktop-src/FWP/filtering-condition-identifiers-.md
+++ b/desktop-src/FWP/filtering-condition-identifiers-.md
@@ -154,10 +154,10 @@ The standard conditions are listed first, followed by the conditions specific to
| **FWPM_CONDITION_ALE_PACKAGE_FAMILY_NAME** | The package family name of the app.
**Data type**: FWP_SECURITY_DESCRIPTOR_TYPE |
| **FWPM_CONDITION_ALE_SECURITY_ATTRIBUTE_FQBN_VALUE** | The Fully Qualified Binary Name of the app.
**Data type**: FWP_BYTE_BLOB |
| **FWPM_CONDITION_IPSEC_SECURITY_REALM_ID** | The ID of the IPSec security realm.
**Data type**: FWP_BYTE_BLOB |
-| **FWPM_CONDITION_ALE_EFFECTIVE_NAME** | The name of the server.
**Data type**: FWP_BYTE_BLOB |
+| **FWPM_CONDITION_ALE_EFFECTIVE_NAME [CONFLICT]** | The name of the server.
**Data type**: FWP_BYTE_BLOB |
| **FWPM_CONDITION_RPC_OPNUM** | The RPC OpNum for an RPC call made to an RPC listener.
**Data type**: FWP_UINT16 |
| **FWPM_CONDITION_COMPARTMENT_ID** | The ID of the TCPIP compartment.
**Data type**type: FWP_UINT32 |
-| **FWPM_CONDITION_ALE_EFFECTIVE_NAME** | A buffer containing the server address.
**Data type**: FWP_BYTE_BLOB |
+| **FWPM_CONDITION_ALE_EFFECTIVE_NAME [CONFLICT]** | A buffer containing the server address.
**Data type**: FWP_BYTE_BLOB |
| **FWPM_CONDITION_NET_EVENT_TYPE** | This 32-bit value is an [FWPM_NET_EVENT_TYPE](/windows/win32/api/fwpmtypes/ne-fwpmtypes-fwpm_net_event_type). You can use this condition in a [FWPM_NET_EVENT_ENUM_TEMPLATE0](/windows/win32/api/fwpmtypes/ns-fwpmtypes-fwpm_net_event_enum_template0) structure, and thus also with [FWPM_NET_EVENT_SUBSCRIPTION0](/windows/win32/api/fwpmtypes/ns-fwpmtypes-fwpm_net_event_subscription0). |
| **FWPM_CONDITION_IP_PROTOCOL** | You can use this condition in a [FWPM_NET_EVENT_ENUM_TEMPLATE0](/windows/win32/api/fwpmtypes/ns-fwpmtypes-fwpm_net_event_enum_template0) structure, and thus also with [FWPM_NET_EVENT_SUBSCRIPTION0](/windows/win32/api/fwpmtypes/ns-fwpmtypes-fwpm_net_event_subscription0). |
| **FWPM_CONDITION_IP_LOCAL_ADDRESS** | You can use this condition in a [FWPM_NET_EVENT_ENUM_TEMPLATE0](/windows/win32/api/fwpmtypes/ns-fwpmtypes-fwpm_net_event_enum_template0) structure, and thus also with [FWPM_NET_EVENT_SUBSCRIPTION0](/windows/win32/api/fwpmtypes/ns-fwpmtypes-fwpm_net_event_subscription0). |