aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m2pa.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-11 18:19:09 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2006-07-11 18:19:09 +0000
commit8e14f402e9ab4d9256de557fdab89e76a2756b83 (patch)
tree37ea64d7766e6613bce615b01e6715b309039a2e /epan/dissectors/packet-m2pa.c
parentda988451c71c158cdce6eb321d0b6df59d9b4967 (diff)
Get it compiling...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18715 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-m2pa.c')
-rw-r--r--epan/dissectors/packet-m2pa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-m2pa.c b/epan/dissectors/packet-m2pa.c
index 30d921643f..1a7522ffa0 100644
--- a/epan/dissectors/packet-m2pa.c
+++ b/epan/dissectors/packet-m2pa.c
@@ -394,7 +394,7 @@ dissect_unknown_message(tvbuff_t *message_data_tvb, proto_tree *m2pa_tree)
static void
dissect_v2_message_data(tvbuff_t *message_tvb, packet_info *pinfo, proto_item *m2pa_item, proto_tree *m2pa_tree, proto_tree *tree)
{
- giunt32 message_data_length;
+ guint32 message_data_length;
guint16 type;
tvbuff_t *message_data_tvb;