Wireshark-commits: [Wireshark-commits] rev 18304: /trunk/ /trunk/epan/dissectors/: packet-h225.c /trunk/gtk/: voip_calls.c /trunk/asn1/h225/: h225.cnf
From:
etxrab@xxxxxxxxxxxxx
Date: Thu, 01 Jun 2006 20:19:52 GMT
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