aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-12 23:33:40 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-12 23:33:40 +0000
commit2fef344f30fafb48c289642035dd2dc73da1bfdc (patch)
tree7d1af993b878b12aafb1b586b4666f1c9a79a442 /asn1
parenta0bffe52a41e7f14630056acafbb85476506d3e0 (diff)
some cmip updates to handle m-Action and m-Action-confirmed
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12734 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/cmip/cmip.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/cmip/cmip.cnf b/asn1/cmip/cmip.cnf
index 3541b21f1a..e40c0e1efb 100644
--- a/asn1/cmip/cmip.cnf
+++ b/asn1/cmip/cmip.cnf
@@ -114,10 +114,10 @@ ROS
offset = dissect_cmip_SetArgument(FALSE, tvb, offset, pinfo, tree, -1);
break;
case 6: /* M-action*/
- offset = dissect_cmip_ActionInfo(FALSE, tvb, offset, pinfo, tree, -1);
+ offset = dissect_cmip_ActionArgument(FALSE, tvb, offset, pinfo, tree, -1);
break;
case 7: /* M-action-confirmed*/
- offset = dissect_cmip_ActionInfo(FALSE, tvb, offset, pinfo, tree, -1);
+ offset = dissect_cmip_ActionArgument(FALSE, tvb, offset, pinfo, tree, -1);
break;
case 8: /* M-create*/
offset = dissect_cmip_CreateArgument(FALSE, tvb, offset, pinfo, tree, -1);