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