aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip/packet-cmip-template.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-11-21 23:25:04 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-11-21 23:25:04 +0000
commit63f02a77fea888b976acb0894c072fdd27fb7ac4 (patch)
tree79dc3709190d9689dc390cda2b49a2e19360f06f /asn1/cmip/packet-cmip-template.c
parent0e256aa7d6b27b9933e579b8926c6a0a96e1e4f5 (diff)
cmip update add all remaining functions Arguments and Results
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12570 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/cmip/packet-cmip-template.c')
-rw-r--r--asn1/cmip/packet-cmip-template.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/asn1/cmip/packet-cmip-template.c b/asn1/cmip/packet-cmip-template.c
index f06c8ff1fd..d6e62344e3 100644
--- a/asn1/cmip/packet-cmip-template.c
+++ b/asn1/cmip/packet-cmip-template.c
@@ -48,6 +48,9 @@
/* Initialize the protocol and registered fields */
int proto_cmip = -1;
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;
#include "packet-cmip-hf.c"
/* Initialize the subtree pointers */
@@ -140,6 +143,18 @@ void proto_register_cmip(void) {
{ "actionType", "cmip.actionType_OID",
FT_STRING, BASE_NONE, NULL, 0,
"actionType", HFILL }},
+ { &hf_cmip_eventType_OID,
+ { "eventType", "cmip.eventType_OID",
+ FT_STRING, BASE_NONE, NULL, 0,
+ "eventType", HFILL }},
+ { &hf_cmip_attributeId_OID,
+ { "attributeId", "cmip.attributeId_OID",
+ FT_STRING, BASE_NONE, NULL, 0,
+ "attributeId", HFILL }},
+ { &hf_cmip_errorId_OID,
+ { "errorId", "cmip.errorId_OID",
+ FT_STRING, BASE_NONE, NULL, 0,
+ "errorId", HFILL }},
#include "packet-cmip-hfarr.c"
};