ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 18424: /trunk/gtk/ /trunk/gtk/: voip_calls.c

Date: Sun, 11 Jun 2006 06:20:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18424

User: etxrab
Date: 2006/06/11 06:20 AM

Log:
 Complete the parch from:
 From Cvetan Ivanov: 
 
 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/gtk/
  Changes    Path            Action
  +1 -1      voip_calls.c    Modified