aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-12-12 09:30:49 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-12-12 09:30:49 +0000
commite1ec979363c15c1da6a9b23f7278912cf729473a (patch)
tree3c68958d3d310d225869c8156da2a1f8ff48136b /epan/dissectors/packet-ldap.h
parent98aaf48d95d8cfa2a98fb5c08cac76e8ac6d3345 (diff)
From Mathieu Parent:
As defined in rfc4511 [Lightweight Directory Access Protocol (LDAP): The Protocol], see the attached patch that dissects IntermediateMessage. svn path=/trunk/; revision=31251
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.