aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip/packet-cmip-template.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-11-21 21:29:10 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-11-21 21:29:10 +0000
commit3c0ed94600e3b0cbc1e36f950e97ec6cc0bd44cb (patch)
tree9530f211cb6f7864b668c5a94c95fe5e21d1d110 /asn1/cmip/packet-cmip-template.c
parentf5af4940b5b5f989517179165c4e9665eb76926a (diff)
update to cmip
add functions m-action and m-action-confirmed git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12564 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/cmip/packet-cmip-template.c')
-rw-r--r--asn1/cmip/packet-cmip-template.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/asn1/cmip/packet-cmip-template.c b/asn1/cmip/packet-cmip-template.c
index 5eddcc2af9..f06c8ff1fd 100644
--- a/asn1/cmip/packet-cmip-template.c
+++ b/asn1/cmip/packet-cmip-template.c
@@ -47,6 +47,7 @@
/* Initialize the protocol and registered fields */
int proto_cmip = -1;
+static int hf_cmip_actionType_OID = -1;
#include "packet-cmip-hf.c"
/* Initialize the subtree pointers */
@@ -66,6 +67,8 @@ static int attributeform;
#define ATTRIBUTE_GLOBAL_FORM 1
static char attribute_identifier_id[64]; /*64 chars should be long enough? */
+static char object_identifier_id[64]; /*64 chars should be long enough? */
+
static int objectclassform;
#define OBJECTCLASS_LOCAL_FORM 0
#define OBJECTCLASS_GLOBAL_FORM 1
@@ -133,6 +136,10 @@ void proto_register_cmip(void) {
/* List of fields */
static hf_register_info hf[] = {
+ { &hf_cmip_actionType_OID,
+ { "actionType", "cmip.actionType_OID",
+ FT_STRING, BASE_NONE, NULL, 0,
+ "actionType", HFILL }},
#include "packet-cmip-hfarr.c"
};