aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-10-05 15:16:11 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-10-05 15:16:11 +0000
commitfad8c1105eb2100d959ce99a444e898c75a95021 (patch)
tree0e5cdff23c0d1e2ef7af1850bdd5ad80b7255af2 /epan/dissectors/pidl
parentd2f6aaa4d1cd7a38beabc6688eb53b4bdf99ae13 (diff)
Fixed a signed/unsigned warning.
svn path=/trunk/; revision=30327
Diffstat (limited to 'epan/dissectors/pidl')
-rw-r--r--epan/dissectors/pidl/lsa.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/pidl/lsa.cnf b/epan/dissectors/pidl/lsa.cnf
index 6f49f107e8..c4db57a2aa 100644
--- a/epan/dissectors/pidl/lsa.cnf
+++ b/epan/dissectors/pidl/lsa.cnf
@@ -361,7 +361,7 @@ lsarpc_dissect_element_lsa_DomainInfoEfs_efs_blob_(tvbuff_t *tvb _U_, int offset
{
dcerpc_info *di = NULL;
tvbuff_t *next_tvb;
- guint32 len, reported_len;
+ gint len, reported_len;
dissector_handle_t efsblob_handle;
di=pinfo->private_data;