8 #line 1 "./asn1/ldap/packet-ldap-template.h" 20 #ifndef __PACKET_LDAP_H__ 21 #define __PACKET_LDAP_H__ 23 # include <epan/packet.h> 24 #include "ws_symbol_export.h" 29 #define LDAP_REQ_BIND 0 30 #define LDAP_REQ_UNBIND 2 31 #define LDAP_REQ_SEARCH 3 32 #define LDAP_REQ_MODIFY 6 33 #define LDAP_REQ_ADD 8 34 #define LDAP_REQ_DELETE 10 35 #define LDAP_REQ_MODRDN 12 36 #define LDAP_REQ_COMPARE 14 37 #define LDAP_REQ_ABANDON 16 38 #define LDAP_REQ_EXTENDED 23 40 #define LDAP_RES_BIND 1 41 #define LDAP_RES_SEARCH_ENTRY 4 42 #define LDAP_RES_SEARCH_REF 19 43 #define LDAP_RES_SEARCH_RESULT 5 44 #define LDAP_RES_MODIFY 7 45 #define LDAP_RES_ADD 9 46 #define LDAP_RES_DELETE 11 47 #define LDAP_RES_MODRDN 13 48 #define LDAP_RES_COMPARE 15 49 #define LDAP_RES_EXTENDED 24 50 #define LDAP_RES_INTERMEDIATE 25 57 #define LDAP_AUTH_SIMPLE 0 58 #define LDAP_AUTH_KRBV4LDAP 1 59 #define LDAP_AUTH_KRBV4DSA 2 60 #define LDAP_AUTH_SASL 3 63 #define LDAP_FILTER_AND 0 64 #define LDAP_FILTER_OR 1 65 #define LDAP_FILTER_NOT 2 66 #define LDAP_FILTER_EQUALITY 3 67 #define LDAP_FILTER_SUBSTRINGS 4 68 #define LDAP_FILTER_GE 5 69 #define LDAP_FILTER_LE 6 70 #define LDAP_FILTER_PRESENT 7 71 #define LDAP_FILTER_APPROX 8 72 #define LDAP_FILTER_EXTENSIBLE 9 74 #define LDAP_MOD_ADD 0 75 #define LDAP_MOD_DELETE 1 76 #define LDAP_MOD_REPLACE 2 77 #define LDAP_MOD_INCREMENT 3 79 #define LDAP_SASL_MAX_BUF 1024*1024 81 #define NETLOGON_NT_VERSION_1 1 82 #define NETLOGON_NT_VERSION_5 2 83 #define NETLOGON_NT_VERSION_5EX 4 84 #define NETLOGON_NT_VERSION_5EX_WITH_IP 8 85 #define NETLOGON_NT_VERSION_WITH_CLOSEST_SITE 16 87 #define LOGON_SAM_LOGON_RESPONSE 19 88 #define LOGON_SAM_LOGON_RESPONSE_EX 23 100 int dissect_mscldap_string(
tvbuff_t *tvb,
int offset,
char *str,
int max_len, gboolean prepend_dot _U_);
102 WS_DLL_PUBLIC
const value_string ldap_procedure_names[];
Definition: tvbuff-int.h:35
Definition: packet-ldap-template.h:82
Definition: value_string.h:24