summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dmx-text.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dmx-text.c')
-rw-r--r--epan/dissectors/packet-dmx-text.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dmx-text.c b/epan/dissectors/packet-dmx-text.c
index 20ed974169..29397efebd 100644
--- a/epan/dissectors/packet-dmx-text.c
+++ b/epan/dissectors/packet-dmx-text.c
@@ -55,8 +55,8 @@ dissect_dmx_text(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_clear(pinfo->cinfo, COL_INFO);
if (tree != NULL) {
- unsigned offset = 0;
- unsigned size;
+ guint offset = 0;
+ guint size;
proto_tree *ti = proto_tree_add_item(tree, proto_dmx_text, tvb,
offset, -1, FALSE);