aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2005-07-05 19:53:38 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2005-07-05 19:53:38 +0000
commitf1cf50370948568f267ccd7167bbd0bc1cf31bd1 (patch)
treea5c77d2db2c9e256487654da39ddef9b8fecf307 /asn1
parent648c7863cd4db6d2cf9975d679277cb33634f6f5 (diff)
more usage of #.FN_PARS
svn path=/trunk/; revision=14857
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