aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bfd.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-09 14:09:40 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-09 14:09:40 +0000
commitcc229fada3884ccc5c42d9f8d6ad89acc97b7416 (patch)
tree24e73419fe766d9fae6ec9d477fd2938c96f3b08 /epan/dissectors/packet-bfd.c
parentccba8cc3dfb0a6b217eeabce73311c8ae146f6e0 (diff)
Removed an unused variable.
svn path=/trunk/; revision=30882
Diffstat (limited to 'epan/dissectors/packet-bfd.c')
-rw-r--r--epan/dissectors/packet-bfd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-bfd.c b/epan/dissectors/packet-bfd.c
index 2e8d932f64..4127164300 100644
--- a/epan/dissectors/packet-bfd.c
+++ b/epan/dissectors/packet-bfd.c
@@ -283,7 +283,6 @@ static void dissect_bfd_authentication(tvbuff_t *tvb, packet_info *pinfo, proto_
int offset = 24;
guint8 auth_type;
guint8 auth_len;
- guint32 seq_num;
proto_item *ti;
proto_item *auth_item;
proto_tree *auth_tree;
@@ -323,7 +322,6 @@ static void dissect_bfd_authentication(tvbuff_t *tvb, packet_info *pinfo, proto_
val_to_str(auth_type, bfd_control_auth_type_values, "Unknown Authentication Type (%d)") );
}
- seq_num = tvb_get_ntohl(tvb, offset+4);
proto_tree_add_item(auth_tree, hf_bfd_auth_seq_num, tvb, offset+4, 4, FALSE);
proto_tree_add_text(auth_tree, tvb, offset+8, get_bfd_checksum_len(auth_type), "Checksum: 0x%s",