aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/packet-wimaxasncp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimaxasncp/packet-wimaxasncp.c')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index cb77438d4f..f363bae411 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -2638,7 +2638,7 @@ static void wimaxasncp_dissect_tlv_value(
{
proto_tree *protocol_list_tree;
proto_item *item;
- const gint max_protocols_in_tlv_item = 8; /* arbitrary */
+ const guint max_protocols_in_tlv_item = 8; /* arbitrary */
item = proto_tree_add_text(
tree, tvb, offset, length,
@@ -2691,7 +2691,7 @@ static void wimaxasncp_dissect_tlv_value(
{
proto_tree *port_range_list_tree;
proto_item *item;
- const gint max_port_ranges_in_tlv_item = 3; /* arbitrary */
+ const guint max_port_ranges_in_tlv_item = 3; /* arbitrary */
item = proto_tree_add_text(
tree, tvb, offset, length,