summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-01-16 21:21:41 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-01-16 21:21:41 +0000
commitce032dd5cf1248a0611ae61902c721eed04888e0 (patch)
tree1fe5b83e6e6cef59644e571777ebbc57c4a70002 /asn1
parent636d4690d70aaa7d712102084da69d27f736ae48 (diff)
downloadwireshark-ce032dd5cf1248a0611ae61902c721eed04888e0.tar.gz
Add a few more things to the h225 dissector that got lost.
Lost things left: -h.450 stuff -support for the h.323 conversations tap (It is currently broken.) svn path=/trunk/; revision=13076
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h225/h225.cnf27
1 files changed, 27 insertions, 0 deletions
diff --git a/asn1/h225/h225.cnf b/asn1/h225/h225.cnf
index bff7680817..9f12939bd7 100644
--- a/asn1/h225/h225.cnf
+++ b/asn1/h225/h225.cnf
@@ -363,6 +363,33 @@ guint32 value_len;
h225_pi.reason = value;
#.END
#----------------------------------------------------------------------------------------
+#.FN_BODY AdmissionRejectReason
+ guint32 value;
+
+ offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
+ ett_h225_AdmissionRejectReason, AdmissionRejectReason_choice, "AdmissionRejectReason",
+ &value);
+ h225_pi.reason = value;
+#.END
+#----------------------------------------------------------------------------------------
+#.FN_BODY LocationRejectReason
+ guint32 value;
+
+ offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
+ ett_h225_LocationRejectReason, LocationRejectReason_choice, "LocationRejectReason",
+ &value);
+ h225_pi.reason = value;
+#.END
+#----------------------------------------------------------------------------------------
+#.FN_BODY RegistrationRejectReason
+ guint32 value;
+
+ offset = dissect_per_choice(tvb, offset, pinfo, tree, hf_index,
+ ett_h225_RegistrationRejectReason, RegistrationRejectReason_choice, "RegistrationRejectReason",
+ &value);
+ h225_pi.reason = value;
+#.END
+#----------------------------------------------------------------------------------------
#.FN_BODY InfoRequestNakReason
guint32 value;