aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-12-10 22:22:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-12-10 22:22:15 +0000
commit36c9b397d7e71b393a9e39429c7c67bb21eb41f9 (patch)
treeaccfdf4ffbc3107b50cc342459f8815d2f633bdf /epan
parent5a1bb85a2cfb50e59c239dbfcf7361b40e41d4f4 (diff)
uint16_t -> guint16
uint32_t -> guint32 svn path=/trunk/; revision=23835
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-dlm3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dlm3.c b/epan/dissectors/packet-dlm3.c
index d95175f11c..1778d5cca8 100644
--- a/epan/dissectors/packet-dlm3.c
+++ b/epan/dissectors/packet-dlm3.c
@@ -554,8 +554,8 @@ dissect_dlm3_rcom_lock(tvbuff_t *tvb, proto_tree *tree,
proto_item *sub_item;
proto_tree *sub_tree;
int sub_offset;
- uint16_t namelen;
- uint32_t exflags;
+ guint16 namelen;
+ guint32 exflags;
if ((length - offset) < ( 4 * 8 + 4 + 1 * 4 + 2 * 2