http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=46131
User: guy
Date: 2012/11/21 10:02 PM
Log:
On UN*X, if an interface has a description, use it as the "friendly
name". If it doesn't have a description, on OS X, use the System
Configuration framework to attempt to get a "friendly name" for
interfaces.
If a loopback device doesn't have a friendly name, give it "Loopback" as
the friendly name.
Move the "turn a CFString into a mallocated C string" routine into
common code, as it's used in more than one place.
Directory: /trunk/ui/gtk/
Changes Path Action
+2 -1 capture_dlg.c Modified
+4 -4 capture_if_dlg.c Modified
+3 -3 prefs_capture.c Modified
Directory: /trunk/
Changes Path Action
+7 -1 Makefile.am Modified
+4 -0 Makefile.common Modified
+2 -1 capture-pcap-util-int.h Modified
+9 -7 capture-pcap-util-unix.c Modified
+89 -20 capture-pcap-util.c Modified
+1 -1 capture_ifinfo.c Modified
+6 -2 capture_ifinfo.h Modified
+5 -5 capture_opts.c Modified
(9 files not shown)