Wireshark-commits: [Wireshark-commits] rev 49110: /trunk-1.10/ui/gtk/ /trunk-1.10/ui/gtk/: capture_

Date: Wed, 01 May 2013 13:28:47 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49110

User: martink
Date: 2013/05/01 06:28 AM

Log:
 copy over from the trunk
 ------------------------------------------------------------------------
 r49071 | martink | 2013-04-27 11:55:46 +0200 (Sat, 27 Apr 2013) | 9 lines
 
 when a named pipe is added to the interfaces list, it has no linktype
 this triggered the g_assert(linktype) in create_and_fill_model()
     
 the assert is not necessary as both gtk_list_store_set() and g_free()
 can handle NULL parameters
     
 remove the assert and add set linktype to "unknown" if the interface
 has no linktype

Directory: /trunk-1.10/ui/gtk/
  Changes    Path             Action
  +2 -1      capture_dlg.c    Modified