aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-12 09:30:49 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-12 09:30:49 +0000
commitffc27c0beaa543589b4300d20ad5109bc2598b54 (patch)
tree3c68958d3d310d225869c8156da2a1f8ff48136b /epan/dissectors/packet-ldap.h
parentc2acc97a5b7c8f9d2328a46b8dc1480e5ec6bd41 (diff)
From Mathieu Parent:
As defined in rfc4511 [Lightweight Directory Access Protocol (LDAP): The Protocol], see the attached patch that dissects IntermediateMessage. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31251 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ldap.h')
-rw-r--r--epan/dissectors/packet-ldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ldap.h b/epan/dissectors/packet-ldap.h
index b73fc99ccb..b7f924b72b 100644
--- a/epan/dissectors/packet-ldap.h
+++ b/epan/dissectors/packet-ldap.h
@@ -60,6 +60,7 @@
#define LDAP_RES_MODRDN 13
#define LDAP_RES_COMPARE 15
#define LDAP_RES_EXTENDED 24 /* LDAP V3 only */
+#define LDAP_RES_INTERMEDIATE 25 /* LDAP V3 only */
/*
* These are all CONTEXT types; the value is the type tag.