aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-03-20 11:09:29 +0000
committerGuy Harris <guy@alum.mit.edu>2005-03-20 11:09:29 +0000
commitdec6cc340867b6a40727dce5ccb4ea3d0d7e85af (patch)
tree2850e95f76003c0496d74f4ed72b538b9d728ad5 /asn1/h225
parent26722e4761869ae4a68ded1eef2313a632466bd2 (diff)
Fix dissect_per_restricted_character_string() calls in h225.cnf to pass
0, not NULL, for the last argument. Re-generate packet-h225.c with the fixed h225.cnf. svn path=/trunk/; revision=13820
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/h225.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h225/h225.cnf b/asn1/h225/h225.cnf
index fd24d4f79b..7d079d48b4 100644
--- a/asn1/h225/h225.cnf
+++ b/asn1/h225/h225.cnf
@@ -215,13 +215,13 @@ CallIdentifier/guid guid
h225_pi->is_destinationInfo = FALSE;
}
else
- offset = dissect_per_restricted_character_string(tvb, offset, pinfo, tree, hf_index, 1, 128, "#,*0123456789", 13, NULL, NULL);
+ offset = dissect_per_restricted_character_string(tvb, offset, pinfo, tree, hf_index, 1, 128, "#,*0123456789", 13, NULL, 0);
#.END
#----------------------------------------------------------------------------------------
# TODO asn2eth can't handle restriced string ?
#.FN_BODY NumberDigits
- offset=dissect_per_restricted_character_string(tvb, offset, pinfo, tree, hf_index, 1, 128, "#,*0123456789", 13, NULL, NULL);
+ offset=dissect_per_restricted_character_string(tvb, offset, pinfo, tree, hf_index, 1, 128, "#,*0123456789", 13, NULL, 0);
#.END
#----------------------------------------------------------------------------------------
#.FN_BODY H245TransportAddress/h245ipAddress/h245ipv4