http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27345
User: guy
Date: 2009/02/01 02:20 PM
Log:
Add (preliminary, and a bit hacky) support for interface-type icons on
OS X.
Add some comments to the interface-type icon code, and, when looking for
certain text in the description on Windows, look in the interface
description supplied by WinPcap rather than the user-supplied
description (if we want to look in the latter, we presumably want to
look in both, so the user giving a wireless interface a name they like
won't break the code that checks for wireless interfaces). There's
probably *some* NDIS OID that can give you the information you want -
hopefully, not an NDIS 6-only OID).
Directory: /trunk/gtk/
Changes Path Action
+3 -2 capture_dlg.h Modified
+51 -11 capture_if_dlg.c Modified
+16 -13 main_welcome.c Modified