aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-05 19:53:38 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-05 19:53:38 +0000
commit62a8af536fdd645cd199f6726d476aeca53ae2ae (patch)
treea5c77d2db2c9e256487654da39ddef9b8fecf307 /asn1
parent05a8d0716185a231ac35044afb111e19ee0e4338 (diff)
more usage of #.FN_PARS
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14857 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h225/h225.cnf13
1 files changed, 5 insertions, 8 deletions
diff --git a/asn1/h225/h225.cnf b/asn1/h225/h225.cnf
index 53506f2da7..4c0e691e3b 100644
--- a/asn1/h225/h225.cnf
+++ b/asn1/h225/h225.cnf
@@ -236,10 +236,8 @@ CallIdentifier/guid guid
#.END
#----------------------------------------------------------------------------------------
-#.FN_BODY H245TransportAddress/h245ipAddress/h245ipv4port
- offset = dissect_per_constrained_integer(tvb, offset, pinfo, tree, hf_index,
- 0U, 65535U, &ipv4_port, NULL, FALSE);
-
+#.FN_PARS H245TransportAddress/h245ipAddress/h245ipv4port
+ VAL_PTR = &ipv4_port
#.END
#----------------------------------------------------------------------------------------
#.FN_HDR ParallelH245Control/_item
@@ -488,10 +486,9 @@ CallIdentifier/guid guid
tvb_memcpy(guid_tvb,h225_pi->guid,0,tvb_length(guid_tvb));
#.END
#----------------------------------------------------------------------------------------
-#.FN_BODY RequestSeqNum
- offset = dissect_per_constrained_integer(tvb, offset, pinfo, tree, hf_index,
- 1U, 65535U, &(h225_pi->requestSeqNum), NULL, FALSE);
-
+#.FN_PARS RequestSeqNum
+ VAL_PTR = &(h225_pi->requestSeqNum)
+#.END
#----------------------------------------------------------------------------------------
#.FN_BODY H323-UU-PDU/h4501SupplementaryService/_item