User: etxrab
Date: 2006/06/01 08:19 PM
Log:
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
Directory: /trunk/epan/dissectors/
Changes Path Action
+37 -32 packet-h225.c Modified
Directory: /trunk/gtk/
Changes Path Action
+1 -1 voip_calls.c Modified
Directory: /trunk/asn1/h225/
Changes Path Action
+6 -0 h225.cnf Modified