12 #ifndef __PACKET_LDAP_H__ 13 #define __PACKET_LDAP_H__ 15 # include <epan/packet.h> 16 #include "ws_symbol_export.h" 21 #define LDAP_REQ_BIND 0 22 #define LDAP_REQ_UNBIND 2 23 #define LDAP_REQ_SEARCH 3 24 #define LDAP_REQ_MODIFY 6 25 #define LDAP_REQ_ADD 8 26 #define LDAP_REQ_DELETE 10 27 #define LDAP_REQ_MODRDN 12 28 #define LDAP_REQ_COMPARE 14 29 #define LDAP_REQ_ABANDON 16 30 #define LDAP_REQ_EXTENDED 23 32 #define LDAP_RES_BIND 1 33 #define LDAP_RES_SEARCH_ENTRY 4 34 #define LDAP_RES_SEARCH_REF 19 35 #define LDAP_RES_SEARCH_RESULT 5 36 #define LDAP_RES_MODIFY 7 37 #define LDAP_RES_ADD 9 38 #define LDAP_RES_DELETE 11 39 #define LDAP_RES_MODRDN 13 40 #define LDAP_RES_COMPARE 15 41 #define LDAP_RES_EXTENDED 24 42 #define LDAP_RES_INTERMEDIATE 25 49 #define LDAP_AUTH_SIMPLE 0 50 #define LDAP_AUTH_KRBV4LDAP 1 51 #define LDAP_AUTH_KRBV4DSA 2 52 #define LDAP_AUTH_SASL 3 55 #define LDAP_FILTER_AND 0 56 #define LDAP_FILTER_OR 1 57 #define LDAP_FILTER_NOT 2 58 #define LDAP_FILTER_EQUALITY 3 59 #define LDAP_FILTER_SUBSTRINGS 4 60 #define LDAP_FILTER_GE 5 61 #define LDAP_FILTER_LE 6 62 #define LDAP_FILTER_PRESENT 7 63 #define LDAP_FILTER_APPROX 8 64 #define LDAP_FILTER_EXTENSIBLE 9 66 #define LDAP_MOD_ADD 0 67 #define LDAP_MOD_DELETE 1 68 #define LDAP_MOD_REPLACE 2 69 #define LDAP_MOD_INCREMENT 3 71 #define LDAP_SASL_MAX_BUF 1024*1024 73 #define NETLOGON_NT_VERSION_1 1 74 #define NETLOGON_NT_VERSION_5 2 75 #define NETLOGON_NT_VERSION_5EX 4 76 #define NETLOGON_NT_VERSION_5EX_WITH_IP 8 77 #define NETLOGON_NT_VERSION_WITH_CLOSEST_SITE 16 79 #define LOGON_SAM_LOGON_RESPONSE 19 80 #define LOGON_SAM_LOGON_RESPONSE_EX 23 92 int dissect_mscldap_string(
tvbuff_t *tvb,
int offset,
char *str,
int max_len, gboolean prepend_dot _U_);
Definition: tvbuff-int.h:35
Definition: packet-ldap-template.h:82
Definition: value_string.h:24