summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bfcp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2012-07-28 22:35:11 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2012-07-28 22:35:11 +0000
commit84182d345101d9329e4c08fbb8c903f9228df00a (patch)
treebd6a9eb93f30d9bc1920b2f13ae0f09ab890f0c3 /epan/dissectors/packet-bfcp.c
parent1457a01f492621360a0caf07d6eba3777ae1b1e6 (diff)
downloadwireshark-84182d345101d9329e4c08fbb8c903f9228df00a.tar.gz
Fix VC code analaysis warning about definition of variable in inner
scope. svn path=/trunk/; revision=44094
Diffstat (limited to 'epan/dissectors/packet-bfcp.c')
-rw-r--r--epan/dissectors/packet-bfcp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bfcp.c b/epan/dissectors/packet-bfcp.c
index 7a6d7ce25c..67be2f3d31 100644
--- a/epan/dissectors/packet-bfcp.c
+++ b/epan/dissectors/packet-bfcp.c
@@ -188,7 +188,6 @@ static gboolean dissect_bfcp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree
proto_item *ti;
gint read = 0;
gint length;
- guint8 first_byte;
guint8 attribute_type;
first_byte = tvb_get_guint8(tvb, BFCP_OFFSET_PAYLOAD + read_attr);