http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46148
User: guy
Date: 2012/11/22 12:07 PM
Log:
 If the interface name doesn't contain a valid GUID string, that's *not*
 an error - not all interface names contain GUIDs (e.g., AirPcap devices,
 or \Device\NPF_GenericDialupAdapter).  Don't log a message in that case,
 just say "sorry, no friendly name".
 
 Get rid of a g_log() call and fflush() calls that look as if they were
 copied-and-pasted from sync pipe code.
 
 Correct some comments.
Directory: /trunk/
  Changes    Path                     Action
  +20 -11    capture_win_ifnames.c    Modified