Re: [Wireshark-dev] [Wireshark-commits] rev 30846: /trunk/gtk/ /trunk/gtk/: capture_if_dlg.c

2009-11-07 Thread Gerald Combs
Guy Harris wrote: On Nov 6, 2009, at 10:09 AM, ger...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=30846 User: gerald Date: 2009/11/06 10:09 AM Log: Add some null pointer checks. This is a blind attempt to fix bug 4155. Note that

Re: [Wireshark-dev] [Wireshark-commits] rev 30846: /trunk/gtk/ /trunk/gtk/: capture_if_dlg.c

2009-11-07 Thread Guy Harris
On Nov 7, 2009, at 10:38 AM, Gerald Combs wrote: In capture_interface_list we don't set the interface description if we get an empty string from dumpcap: if (strlen(if_parts[1]) 0) if_info-description = g_strdup(if_parts[1]); Hmm. Looking at

Re: [Wireshark-dev] [Wireshark-commits] rev 30846: /trunk/gtk/ /trunk/gtk/: capture_if_dlg.c

2009-11-06 Thread Guy Harris
On Nov 6, 2009, at 10:09 AM, ger...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=30846 User: gerald Date: 2009/11/06 10:09 AM Log: Add some null pointer checks. This is a blind attempt to fix bug 4155. Note that pcap_findalldevs() is not specified