aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2011-08-07 20:50:31 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2011-08-07 20:50:31 +0000
commit352cc7a4101f023f0dcc59375b13a89e6ecb408c (patch)
tree0c7e609e42950b0afa9b0e5ad5a03e6ad8aadddc /asn1
parentc98835cc92eac3665a80e33cead1dfde897c8d3a (diff)
Fix bug 5848, "https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5848", which was apparently introduced with r27287 (http://anonsvn.wireshark.org/viewvc/trunk/epan/dissectors/packet-h225.c?r1=26698&r2=27287). Regenerate the packet-h225.c dissector. Patch from ericn1234@yahoo.com.
Reference: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5848 svn path=/trunk/; revision=38399
Diffstat (limited to 'asn1')
-rw-r--r--asn1/h225/h225.cnf4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/h225/h225.cnf b/asn1/h225/h225.cnf
index e2b7cc0f65..950160a44d 100644
--- a/asn1/h225/h225.cnf
+++ b/asn1/h225/h225.cnf
@@ -284,11 +284,15 @@ IsupNumber/nationalStandardPartyNumber isupNationalStandardPartyNumber
#.FN_BODY RasMessage VAL_PTR = &rasmessage_value
gint32 rasmessage_value;
+ call_id_guid = NULL;
%(DEFAULT_BODY)s
col_add_fstr(%(ACTX)s->pinfo->cinfo, COL_INFO, "RAS: %%s ",
val_to_str(rasmessage_value, h225_RasMessage_vals, "<unknown>"));
h225_pi->msg_tag = rasmessage_value;
+ if (call_id_guid) {
+ h225_pi->guid = *call_id_guid;
+ }
#.END
#----------------------------------------------------------------------------------------
#.FN_HDR DestinationInfo/_item