aboutsummaryrefslogtreecommitdiffstats
path: root/capture_ui_utils.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...mmann1-2/+4
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-01-25Third try. This time pipes and stdin are supported and thetuexen1-0/+3
2012-01-24We need a 3rd try. (After learning how to run the testuite on Windows locally).tuexen1-3/+0
2012-01-24Second try. This time pipes and stdin are supported.tuexen1-0/+3
2011-10-20Back out infrastructure change. We missed supportingtuexen1-3/+0
2011-10-20Use a global list containing all interfaces and only changetuexen1-0/+3
2011-06-27Get rid of old non-interface specific settings which are now interfacetuexen1-22/+15
2011-05-19When capturing from multiple interfaces, indicate this in the windowtuexen1-0/+16
2011-03-23Remove unneeded NULL Test...wmeier1-1/+1
2011-02-17Use "XXX != NULL" rather than "XXX" to test for a null pointer; eitherguy1-33/+32
2010-04-05Note that -X stdin_descr stretches the original intent of the -X option.gerald1-0/+6
2010-04-01Keep a copy of the interface description and capture filter around so thatgerald1-1/+7
2010-03-04It uses isdigit(), so it requires <ctype.h>.guy1-0/+1
2010-03-04In Wireshark and TShark, run dumpcap to get interface lists and lists ofguy1-4/+4
2010-02-23Fix indentation.etxrab1-21/+21
2008-06-03strtol() returns a long, as the name suggests; assign its return valueguy1-2/+6
2008-06-03Include <stdlib.h> to declare strtol().guy1-0/+1
2008-06-02Added an option to set default link-layer header type for each interface.stig1-0/+26
2008-04-18Display the interface comment if defined.stig1-1/+1
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.stig1-3/+1
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)kukosa1-3/+5
2007-11-30first steps to support MSVC 2008 Express Editionulfl1-0/+1
2007-09-04Don't call get_interface_descriptive_name() on a NULL iface: fixes a segfault...morriss1-1/+1
2007-08-28Fix for bug #1801 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1801)sfisher1-1/+1
2007-08-24Add a comment explaining why get_interface_descriptive_name() shouldn'tguy1-0/+5
2007-08-22gcc 4 doesn't like my macro for getting the interface description: it says th...morriss1-0/+13
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :morriss1-0/+2
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"guy1-2/+1
2006-05-21name changesahlberg1-2/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-2/+1
2005-12-14Constify a bunch of arguments and variables, to squelch compilerguy1-2/+2
2005-12-13make get_if_name() parameter if_text const, it's not changed insideulfl1-1/+1
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-1/+1
2005-04-19fix some minor bugs with the current interface name:ulfl1-0/+54
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatlroland1-4/+0
2005-01-16Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the codeguy1-0/+299