aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ldap
diff options
context:
space:
mode:
authorcmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-10 20:55:26 +0000
committercmaynard <cmaynard@f5534014-38df-0310-8fa8-9805f1628bb7>2011-02-10 20:55:26 +0000
commit3c6600dea4bf5508a13ff8e34f050e1cb9a0c277 (patch)
treedcc95e9eaffd2e8d5a08bd38a1240d8e1c95858d /asn1/ldap
parentfe673a50fb60ceadbd9c86842efd108b536b6bca (diff)
Declare ett's as gint, not guint.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35902 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/ldap')
-rw-r--r--asn1/ldap/packet-ldap-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/ldap/packet-ldap-template.c b/asn1/ldap/packet-ldap-template.c
index d2c9015fad..56bd4793ca 100644
--- a/asn1/ldap/packet-ldap-template.c
+++ b/asn1/ldap/packet-ldap-template.c
@@ -188,7 +188,7 @@ static int hf_ldap_AccessMask_ADS_CONTROL_ACCESS = -1;
static gint ett_ldap = -1;
static gint ett_ldap_msg = -1;
static gint ett_ldap_sasl_blob = -1;
-static guint ett_ldap_payload = -1;
+static gint ett_ldap_payload = -1;
static gint ett_mscldap_netlogon_flags = -1;
static gint ett_mscldap_ntver_flags = -1;
static gint ett_mscldap_ipdetails = -1;