ldap.request.operation uses :ref:`unsigned 8-bit integer <rules-integer-keywords>`.
-This keyword maps to the eve field ``ldap.request.operation``
+This keyword maps to the EVE field ``ldap.request.operation``
Examples
^^^^^^^^
ldap.responses.operation uses :ref:`unsigned 8-bit integer <rules-integer-keywords>`.
-This keyword maps to the eve field ``ldap.responses[].operation``
+This keyword maps to the EVE field ``ldap.responses[].operation``
An LDAP request operation can receive multiple responses. By default, the ldap.responses.operation
keyword matches all indices, but it is possible to specify a particular index for matching
ldap.responses.count uses :ref:`unsigned 32-bit integer <rules-integer-keywords>`.
-This keyword maps to the eve field ``len(ldap.responses[])``
+This keyword maps to the EVE field ``len(ldap.responses[])``
Examples
^^^^^^^^