uint16_t -> guint16
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 Dec 2007 22:22:15 +0000 (22:22 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 Dec 2007 22:22:15 +0000 (22:22 +0000)
uint32_t -> guint32

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23835 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-dlm3.c

index d95175f11c41892a8f34c4e6cb74550329c5f843..1778d5cca8032573c6b41812bc3dfd459bffa92b 100644 (file)
@@ -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