aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls-y1711.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-01-26 22:43:34 +0000
committerBill Meier <wmeier@newsguy.com>2013-01-26 22:43:34 +0000
commitc929e42eb41a34045bf15457b1b5175e01ae2055 (patch)
tree11c03af186546c71e579918ab9fa3c0d424071c4 /epan/dissectors/packet-mpls-y1711.c
parent38dbf79f14b15214fc62e1258f12453363be84b0 (diff)
Fix various instances of unused hf[] entries found
by checkhf. svn path=/trunk/; revision=47312
Diffstat (limited to 'epan/dissectors/packet-mpls-y1711.c')
-rw-r--r--epan/dissectors/packet-mpls-y1711.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpls-y1711.c b/epan/dissectors/packet-mpls-y1711.c
index 30f0281277..7f4fbabe04 100644
--- a/epan/dissectors/packet-mpls-y1711.c
+++ b/epan/dissectors/packet-mpls-y1711.c
@@ -49,7 +49,7 @@
static gint proto_mpls_y1711 = -1;
static int hf_mpls_y1711_function_type = -1;
-static int hf_mpls_y1711_ttsi = -1;
+/* static int hf_mpls_y1711_ttsi = -1; */
static int hf_mpls_y1711_frequency = -1;
static int hf_mpls_y1711_defect_type = -1;
static int hf_mpls_y1711_defect_location = -1;
@@ -360,6 +360,7 @@ proto_register_mpls_y1711(void)
0x0, "Function Type codepoint", HFILL
}
},
+/**
{
&hf_mpls_y1711_ttsi,
{
@@ -368,6 +369,7 @@ proto_register_mpls_y1711(void)
FT_UINT32, BASE_HEX, NULL, 0x0, NULL, HFILL
}
},
+**/
{
&hf_mpls_y1711_frequency,
{