aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-csm-encaps.c
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-13 18:49:57 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-13 18:49:57 +0000
commit94693fd2965795db31007a6dea1b46939f608b8b (patch)
tree881b91005b558106c81dfe6e7f9f4d090f718308 /epan/dissectors/packet-csm-encaps.c
parent0f5e861c9d1ed523e3cce29eafea02eacc9d985f (diff)
Fix another infinite loop found by randpkt.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15339 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-csm-encaps.c')
-rw-r--r--epan/dissectors/packet-csm-encaps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-csm-encaps.c b/epan/dissectors/packet-csm-encaps.c
index 7229c989c5..0c192fd677 100644
--- a/epan/dissectors/packet-csm-encaps.c
+++ b/epan/dissectors/packet-csm-encaps.c
@@ -231,8 +231,8 @@ dissect_csm_encaps(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree *csm_encaps_tree = NULL;
proto_tree *csm_encaps_control_tree = NULL;
guint16 function_code, channel, class_type;
- guint8 control, type, sequence, length;
- guint8 i;
+ guint control, type, sequence, length;
+ guint i;
gboolean show_error_param= FALSE;
gchar *str_function_name;