aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_combo_utils.c
AgeCommit message (Collapse)AuthorFilesLines
2003-12-21removed some MSVC warnings (moved pcap.h before glib.h)Ulf Lamping1-3/+2
svn path=/trunk/; revision=9393
2003-11-03"g_list_first()" takes an arbitrary list entry as an argument; you don'tGuy Harris1-3/+3
need to call it if you already have a pointer to the first entry in the list, which is what "a pointer to the list" is. svn path=/trunk/; revision=8866
2003-09-26From Nathan Jennings:Guy Harris1-1/+2
update the CList as you enter/modify options; give Windows users OS descriptions in the displayed devices list; display at least 5 rows in the lists; get rid of the "extra" CList for storing edited values. svn path=/trunk/; revision=8552
2003-09-10Have "get_interface_list()" return a list of "if_info_t" structuresGuy Harris1-0/+161
containing a pointer to an interface name and possibly a pointer to an interface description (although that pointer might be null if no description is available), rather than having the Windows version glue together the name and description into a single string. Supply for the Linux "any" device the same description that libpcap's "pcap_findalldevs()" returns. svn path=/trunk/; revision=8440