Make offset unsigned int.

Change-Id: Ieb7f8a7735b8dd73f180a385294c3b8ca7ceaefb
Reviewed-on: https://code.wireshark.org/review/8060
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
anilkumar911 2015-04-14 11:43:54 +05:30 committed by Anders Broman
parent 3695abdaf9
commit 1c6c397203

View file

@ -563,7 +563,7 @@ void add35records(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, proto_tre
tvbuff_t *next_tvb_eth_client; tvbuff_t *next_tvb_eth_client;
guint nsheaderlen=0; guint nsheaderlen=0;
guint8 ssl_internal=0; guint8 ssl_internal=0;
guint8 offset; guint offset;
int morerecs=1; int morerecs=1;
int loopcount=0; int loopcount=0;
static const int * cluster_flags[] = { static const int * cluster_flags[] = {