From 6471c00a5504739d4809027864c08adaa24b6e13 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 1 Jun 2006 20:19:51 +0000 Subject: From Cvetan Ivanov: H225.cnf I noticed is that the voip call flow graph does not have a label for the setupAck packet. I traced this to the empty frame_label. voip_calls.c It seems to me that in gtk/voip_calls.c tmp_h323info->guid is pointer itself, therefore: memcmp(&tmp_h323info->guid should in fact read: memcmp(tmp_h323info->guid svn path=/trunk/; revision=18304 --- asn1/h225/h225.cnf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'asn1/h225/h225.cnf') diff --git a/asn1/h225/h225.cnf b/asn1/h225/h225.cnf index d89b7348a3..ff447a780a 100644 --- a/asn1/h225/h225.cnf +++ b/asn1/h225/h225.cnf @@ -308,6 +308,12 @@ CallIdentifier/guid guid g_snprintf(h225_pi->frame_label, 50, "%s", val_to_str(h225_pi->cs_type, T_h323_message_body_vals, "")); #.END #---------------------------------------------------------------------------------------- +#.FN_FTR SetupAcknowledge-UUIE + /* Add to packet info */ + h225_pi->cs_type = H225_SETUP_ACK; + g_snprintf(h225_pi->frame_label, 50, "%s", val_to_str(h225_pi->cs_type, T_h323_message_body_vals, "")); +#.END +#---------------------------------------------------------------------------------------- #.FN_FTR Facility-UUIE /* Add to packet info */ h225_pi->cs_type = H225_FACILITY; -- cgit v1.2.1