aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nstrace.c
diff options
context:
space:
mode:
authoranilkumar911 <anilkumar911@gmail.com>2015-04-14 11:43:54 +0530
committerAnders Broman <a.broman58@gmail.com>2015-04-20 07:51:00 +0000
commit1c6c3972037d799b1814d8ab9b7954510c5179aa (patch)
tree8eff9ec353356d1d710b10e4c398b2f3cb8537bf /epan/dissectors/packet-nstrace.c
parent3695abdaf9f54dd66abbcb892ef094fb7d19fff0 (diff)
Make offset unsigned int.
Change-Id: Ieb7f8a7735b8dd73f180a385294c3b8ca7ceaefb Reviewed-on: https://code.wireshark.org/review/8060 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-nstrace.c')
-rw-r--r--epan/dissectors/packet-nstrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-nstrace.c b/epan/dissectors/packet-nstrace.c
index 2a5e7bc91d..4bde2421b2 100644
--- a/epan/dissectors/packet-nstrace.c
+++ b/epan/dissectors/packet-nstrace.c
@@ -563,7 +563,7 @@ void add35records(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tre
tvbuff_t *next_tvb_eth_client;
guint nsheaderlen=0;
guint8 ssl_internal=0;
- guint8 offset;
+ guint offset;
int morerecs=1;
int loopcount=0;
static const int * cluster_flags[] = {