aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectulfl1-7/+7
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...ulfl1-4/+4
2008-04-11OBJECT_..._DATA --> g_object_..._datawmeier1-3/+3
2008-04-09Remove:etxrab1-4/+0
2008-04-06remove GTK1 codeulfl1-18/+0
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.stig1-0/+6
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)wmeier1-1/+3
2007-11-28fix the path to include g_ascii_strcasecmp.hsahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-1/+5
2007-08-30It seems like capture_stats is working as a correctly implemented pcap_stats.stig1-14/+7
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :morriss1-0/+7
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. Usegerald1-68/+18
2007-06-11One more step in privilege separation.gerald1-2/+2
2007-05-19Convert the arguments to if_list_comparator_alph() to if_info_t *'sguy1-5/+10
2007-05-19Get the build going.jake1-4/+5
2007-05-18From Dustin Johnson:gerald1-3/+17
2007-01-23Propagate the recent interface list changes (r20521) to the AirPcap code.gerald1-1/+1
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"guy1-37/+28
2006-12-11remove some warningsulfl1-0/+2
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptiongerald1-2/+8
2006-08-30seems the height offset 16 seems a bit too small to prevent a scrollbar, usin...ulfl1-1/+1
2006-08-27fix a warning by removing now unused codeulfl1-1/+0
2006-08-26Clean up indentation.guy1-11/+13
2006-08-24capture interfaces dialog: use capture stock icons instead of plain text buttonsulfl1-6/+5
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. Supportgerald1-30/+160
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIguy1-2/+2
2006-05-21name changesahlberg1-2/+2
2006-04-22as I've experienced a scrollbar again while having 7 interfaces, I've tried t...ulfl1-1/+2
2006-04-10Add 2px height to avoid a vertical scrollbar with Gtk-Wimpjake1-1/+1
2006-04-08Fix for bug 848. Make a scrollable window when more than 10 interfaces are li...jake1-4/+21
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-4/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hulfl1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...ulfl1-4/+0
2005-10-05fix cant_load_winpcap_err() parameterulfl1-1/+1
2005-10-04Add a "capture_errs.c" routine to cough up error messages for captureguy1-18/+7
2005-09-07close the capture interfaces dialog if the user pressed "Capture" or "Prepare"ulfl1-0/+6
2005-08-20- Declare some functions staticjmayer1-3/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...ulfl1-1/+1
2005-08-02Fix more "no previous declaration" warningsjmayer1-3/+3
2005-06-03Update URLs and domain names that refer to the WinPcap site.guy1-1/+1
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...ulfl1-0/+30
2005-04-19ask for unsaved file when using the new start capture feature,ulfl1-1/+2
2005-04-16minor refactoringulfl1-2/+3
2005-03-28various (minor) capture code cleanupulfl1-1/+1
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatlroland1-4/+0
2005-02-06another two steps towards privilege seperation:ulfl1-7/+11
2005-01-20add some more online help functionality and help buttons at various dialog bo...ulfl1-2/+12
2004-12-29Don't use a global capture_opts in the capturing engine (this isn't a good id...ulfl1-3/+4
2004-09-11Use _WIN32 rather than WIN32 to determine if we're compiling on Win32;guy1-3/+8
2004-08-28We use "#ifdef" elsewhere to test WIN32; use it, rather than #if, in theguy1-1/+1