summaryrefslogtreecommitdiff
path: root/asn1/ldap/packet-ldap-template.h
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2006-05-08 17:52:42 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2006-05-08 17:52:42 +0000
commit146d22767c001cdc283b8f5e05f48250b8d9d61e (patch)
tree31d88954478bc2bf623e583986e4cba86a21820a /asn1/ldap/packet-ldap-template.h
parente0f8325deb24244b16af10f7dc3c09b8a5afeb8e (diff)
downloadwireshark-146d22767c001cdc283b8f5e05f48250b8d9d61e.tar.gz
LDAP attribute type dissector framework including support for "netlogon" attribute and PKI attributes
svn path=/trunk/; revision=18109
Diffstat (limited to 'asn1/ldap/packet-ldap-template.h')
-rw-r--r--asn1/ldap/packet-ldap-template.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/ldap/packet-ldap-template.h b/asn1/ldap/packet-ldap-template.h
index e36d27e4fe..de6465e2ec 100644
--- a/asn1/ldap/packet-ldap-template.h
+++ b/asn1/ldap/packet-ldap-template.h
@@ -26,6 +26,8 @@
#ifndef __PACKET_LDAP_H__
#define __PACKET_LDAP_H__
+# include <epan/packet.h> /* for dissector_*_t types */
+
/*
* These are all APPLICATION types; the value is the type tag.
*/
@@ -86,6 +88,8 @@ typedef struct ldap_call_response {
guint protocolOpTag;
} ldap_call_response_t;
+void register_ldap_name_dissector_handle(const char *attr_type, dissector_handle_t dissector);
+void register_ldap_name_dissector(const char *attr_type, dissector_t dissector, int proto);
/*#include "packet-ldap-exp.h" */