Wireshark-commits: [Wireshark-commits] rev 25997: /trunk/gtk/ /trunk/gtk/: capture_dlg.c
Date: Wed, 13 Aug 2008 08:15:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25997

User: guy
Date: 2008/08/13 01:15 AM

Log:
 If capture_dlg_prep() finds an error, don't continue with the capture.
 
 Get rid of an extra g_strdup() (get_if_name() doesn't mangle its
 argument and doesn't modify prefs.capture_device).
 
 If there's no interface on which to capture, pop up a dialog to indicate
 that.

Directory: /trunk/gtk/
  Changes    Path             Action
  +20 -13    capture_dlg.c    Modified