From 8d3bde0f49814c541cf6fda017e37c2756ddc509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 30 Sep 2010 19:41:44 +0000 Subject: [PATCH] Initialize length. svn path=/trunk/; revision=34293 --- epan/dissectors/packet-6lowpan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-6lowpan.c b/epan/dissectors/packet-6lowpan.c index e89eaf178a..f2525b0e3b 100644 --- a/epan/dissectors/packet-6lowpan.c +++ b/epan/dissectors/packet-6lowpan.c @@ -1168,7 +1168,7 @@ static tvbuff_t * dissect_6lowpan_iphc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gint dgram_size) { gint offset = 0; - gint length; + gint length = 0; proto_tree * iphc_tree = NULL; proto_item * ti = NULL; proto_item * ti_sam = NULL;