aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-13use the ending "_win32" for every windows specific fileUlf Lamping1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-23/+21
2008-04-12various code cleanupUlf Lamping1-3/+3
2008-04-12Add a stub set_capture_if_dialog_for_capture_in_progress() routine whenGuy Harris1-0/+6
2008-04-12cleanup of "capture_in_progress" ugly hack from main_toolbar, call capture_if...Ulf Lamping1-1/+4
2008-04-12rename toolbar to main_toolbarUlf Lamping1-1/+1
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-1/+1
2008-04-11first round to replace SIGNAL_CONNECT with g_signal_connectUlf Lamping1-7/+7
2008-04-11replace all appearances of BUTTON_NEW_FROM_STOCK with GTK2's gtk_button_new_f...Ulf Lamping1-4/+4
2008-04-11OBJECT_..._DATA --> g_object_..._dataBill Meier1-3/+3
2008-04-09Remove:Anders Broman1-4/+0
2008-04-06remove GTK1 codeUlf Lamping1-18/+0
2008-01-31Hide hidden devices in "Capture Interfaces" dialog.Stig Bjørlykke1-0/+6
2008-01-24Fix various small memory leaks & 1 invalid g_free (airpcap_gui_utils.c)Bill Meier1-1/+3
2007-11-28fix the path to include g_ascii_strcasecmp.hRonnie Sahlberg1-1/+1
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-1/+5
2007-08-30It seems like capture_stats is working as a correctly implemented pcap_stats.Stig Bjørlykke1-14/+7
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss1-0/+7
2007-08-02Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs1-68/+18
2007-06-11One more step in privilege separation.Gerald Combs1-2/+2
2007-05-19Convert the arguments to if_list_comparator_alph() to if_info_t *'sGuy Harris1-5/+10
2007-05-19Get the build going.Jaap Keuter1-4/+5
2007-05-18From Dustin Johnson:Gerald Combs1-3/+17
2007-01-23Propagate the recent interface list changes (r20521) to the AirPcap code.Gerald Combs1-1/+1
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-37/+28
2006-12-11remove some warningsUlf Lamping1-0/+2
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-2/+8
2006-08-30seems the height offset 16 seems a bit too small to prevent a scrollbar, usin...Ulf Lamping1-1/+1
2006-08-27fix a warning by removing now unused codeUlf Lamping1-1/+0
2006-08-26Clean up indentation.Guy Harris1-11/+13
2006-08-24capture interfaces dialog: use capture stock icons instead of plain text buttonsUlf Lamping1-6/+5
2006-08-16Add support for AirPcap, an upcoming wireless product from CACE. SupportGerald Combs1-30/+160
2006-05-22Get rid of a bunch of "Ethereal"s and "ethereal"s in comments, GUIGuy Harris1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-22as I've experienced a scrollbar again while having 7 interfaces, I've tried t...Ulf Lamping1-1/+2
2006-04-10Add 2px height to avoid a vertical scrollbar with Gtk-WimpJaap Keuter1-1/+1
2006-04-08Fix for bug 848. Make a scrollable window when more than 10 interfaces are li...Jaap Keuter1-4/+21
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping1-4/+2
2005-12-06rename pcap-....c/.h files to capture-pcap-....c/.hUlf Lamping1-1/+1
2005-11-06replace *a lot* of file related calls by their GLib counterparts. This is nec...Ulf Lamping1-4/+0
2005-10-05fix cant_load_winpcap_err() parameterUlf Lamping1-1/+1
2005-10-04Add a "capture_errs.c" routine to cough up error messages for captureGuy Harris1-18/+7
2005-09-07close the capture interfaces dialog if the user pressed "Capture" or "Prepare"Ulf Lamping1-0/+6
2005-08-20- Declare some functions staticJörg Mayer1-3/+1
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical na...Ulf Lamping1-1/+1
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-3/+3
2005-06-03Update URLs and domain names that refer to the WinPcap site.Guy Harris1-1/+1
2005-05-20win32 only: get interface details from WinPcap's packet.dll (direct access to...Ulf Lamping1-0/+30
2005-04-19ask for unsaved file when using the new start capture feature,Ulf Lamping1-1/+2
2005-04-16minor refactoringUlf Lamping1-2/+3