aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmx-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-dmx-test.c')
-rw-r--r--epan/dissectors/packet-dmx-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dmx-test.c b/epan/dissectors/packet-dmx-test.c
index 71f4a32c30..e17e0ab3c1 100644
--- a/epan/dissectors/packet-dmx-test.c
+++ b/epan/dissectors/packet-dmx-test.c
@@ -58,8 +58,8 @@ dissect_dmx_test(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_clear(pinfo->cinfo, COL_INFO);
if (tree != NULL) {
- unsigned offset = 0;
- unsigned size, i, test_data_is_ok;
+ guint offset = 0;
+ guint size, i, test_data_is_ok;
proto_tree *test_data_tree;
proto_item *item;