aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ldap.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-03-21 14:29:58 +0000
committerBill Meier <wmeier@newsguy.com>2013-03-21 14:29:58 +0000
commit1f083fd6545ceaf6a6f7cf8d8dfe105ae775b6cf (patch)
tree67439bd39ba819ac3fef33e52c83ce414c36880d /epan/dissectors/packet-ldap.c
parent48af69f95fe3b2ac35145570da940ae9e4f4b677 (diff)
From beroset:
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachments #10423,#10424 svn path=/trunk/; revision=48450
Diffstat (limited to 'epan/dissectors/packet-ldap.c')
-rw-r--r--epan/dissectors/packet-ldap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ldap.c b/epan/dissectors/packet-ldap.c
index 8bc979049d..e389d74b06 100644
--- a/epan/dissectors/packet-ldap.c
+++ b/epan/dissectors/packet-ldap.c
@@ -5886,7 +5886,7 @@ void proto_register_ldap(void) {
sizeof(attribute_type_t),
"custom_ldap_attribute_types",
TRUE,
- (void*) &attribute_types,
+ (void**) &attribute_types,
&num_attribute_types,
/* specifies named fields, so affects dissection
and the set of named fields */