aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/cmip/packet-cmip-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/cmip/packet-cmip-template.c')
-rw-r--r--epan/dissectors/asn1/cmip/packet-cmip-template.c21
1 files changed, 1 insertions, 20 deletions
diff --git a/epan/dissectors/asn1/cmip/packet-cmip-template.c b/epan/dissectors/asn1/cmip/packet-cmip-template.c
index a48546bf0b..dbac6c6b54 100644
--- a/epan/dissectors/asn1/cmip/packet-cmip-template.c
+++ b/epan/dissectors/asn1/cmip/packet-cmip-template.c
@@ -38,10 +38,7 @@ static int hf_cmip_actionType_OID = -1;
static int hf_cmip_eventType_OID = -1;
static int hf_cmip_attributeId_OID = -1;
static int hf_cmip_errorId_OID = -1;
-static int hf_DiscriminatorConstruct = -1;
-static int hf_Destination = -1;
-static int hf_NameBinding = -1;
-static int hf_ObjectClass = -1;
+
#include "packet-cmip-hf.c"
/* Initialize the subtree pointers */
@@ -143,22 +140,6 @@ void proto_register_cmip(void) {
{ "errorId", "cmip.errorId_OID",
FT_STRING, BASE_NONE, NULL, 0,
NULL, HFILL }},
- { &hf_DiscriminatorConstruct,
- { "DiscriminatorConstruct", "cmip.DiscriminatorConstruct",
- FT_UINT32, BASE_DEC, NULL, 0,
- NULL, HFILL }},
- { &hf_Destination,
- { "Destination", "cmip.Destination",
- FT_UINT32, BASE_DEC, NULL, 0,
- NULL, HFILL }},
- { &hf_NameBinding,
- { "NameBinding", "cmip.NameBinding",
- FT_STRING, BASE_NONE, NULL, 0,
- NULL, HFILL }},
- { &hf_ObjectClass,
- { "ObjectClass", "cmip.ObjectClass",
- FT_UINT32, BASE_DEC, VALS(cmip_ObjectClass_vals), 0,
- NULL, HFILL }},
#include "packet-cmip-hfarr.c"
};