aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erldp.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-05-23 00:32:40 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-05-23 00:32:40 +0000
commitf6a11de61fef437f2a4cc22f7294ff7d1a0d4406 (patch)
tree26890cf9f41f5fc38effe7c2232792760efb0eac /epan/dissectors/packet-erldp.c
parent010f55017eb5e31ff43f723b7c9415f6e6a200c3 (diff)
Delete unused header field entries found by running checkhf.pl.
svn path=/trunk/; revision=37353
Diffstat (limited to 'epan/dissectors/packet-erldp.c')
-rw-r--r--epan/dissectors/packet-erldp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-erldp.c b/epan/dissectors/packet-erldp.c
index f68986a9db..9164edbc50 100644
--- a/epan/dissectors/packet-erldp.c
+++ b/epan/dissectors/packet-erldp.c
@@ -126,7 +126,6 @@ int proto_erldp = -1;
static int hf_erldp_length_2 = -1;
static int hf_erldp_length_4 = -1;
static int hf_erldp_tag = -1;
-static int hf_erldp_tagd = -1;
static int hf_erldp_type = -1;
static int hf_erldp_version = -1;
static int hf_erldp_flags = -1;
@@ -530,9 +529,6 @@ void proto_register_erldp(void) {
{ &hf_erldp_tag, { "Tag", "erldp.tag",
FT_STRING, BASE_NONE, NULL, 0x0,
NULL, HFILL}},
- { &hf_erldp_tagd, { "Tag", "erldp.tagd",
- FT_UINT8, BASE_DEC, NULL, 0x0,
- NULL, HFILL}},
{ &hf_erldp_type, { "Type", "erldp.type",
FT_UINT8, BASE_DEC, NULL, 0x0,
NULL, HFILL}},