aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cmip/packet-cmip-template.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-21 21:29:10 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-11-21 21:29:10 +0000
commit7bd55170ac24f3a6ca692bf65bc8451e2c09c4b5 (patch)
tree9530f211cb6f7864b668c5a94c95fe5e21d1d110 /asn1/cmip/packet-cmip-template.c
parentacc3b28324bd0f773431cd0f53a58cbc5fb0bc0c (diff)
update to cmip
add functions m-action and m-action-confirmed svn path=/trunk/; revision=12564
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"
};