From 6036ca259e6920d9843478ac21096044792e11fa Mon Sep 17 00:00:00 2001 From: Martin Mathieson Date: Fri, 2 May 2008 21:38:49 +0000 Subject: [PATCH] Initialise variable. (sorry about the build breakage, these new message formats will be tested soon and it looks like I forgot to compile-test the last change I made...). svn path=/trunk/; revision=25220 --- epan/dissectors/packet-umts_fp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c index bb2ffa4c85..e47d998ae9 100644 --- a/epan/dissectors/packet-umts_fp.c +++ b/epan/dissectors/packet-umts_fp.c @@ -1419,6 +1419,7 @@ void dissect_usch_channel_info(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tr offset++; /* Rx Timing Deviation */ + rx_timing_deviation = tvb_get_guint8(tvb, offset); rx_timing_deviation_ti = proto_tree_add_item(tree, hf_fp_rx_timing_deviation, tvb, offset, 1, FALSE); offset++;