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 18422: /trunk-1.0/gtk/ /trunk-1.0/gtk/: voip_calls.c

Date: Sat, 10 Jun 2006 15:27:39 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=18422

User: etxrab
Date: 2006/06/10 03:27 PM

Log:
 Copy  18304 :
 
 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-1.0/gtk/
  Changes    Path            Action
  +1 -1      voip_calls.c    Modified