aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_dlg.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-08Get rid of deprecated gtk_option_menu_new();Anders Broman1-38/+19
2009-08-27Add #include <stdio.h> in a few more places for Solaris.Bill Meier1-6/+1
2009-06-21"main_menu.[ch]" -> "menus.[ch]"; it handles not only the main menu, butGuy Harris1-3/+3
2009-06-15Added a preference to capture in Pcap-NG from GUI.Stig Bjørlykke1-2/+14
2009-05-13Migrate the Airpcap UI code from GtkCombos (deprecated) to GtkComboBoxes.Gerald Combs1-3/+3
2009-04-21Turn on -Wshorten-64-to-32 by default, and fix some issues that turnedGuy Harris1-4/+4
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-4/+2
2008-12-01Fix a few more problems found by checkAPIs.plStephen Fisher1-1/+1
2008-11-11Still support GTK 2.4.0. No separator in combo box for GTK 2.4.0 :(Stig Bjørlykke1-1/+27
2008-11-11Rewrote interface type option_menu to gtk_combo_box, this fixes the bugStig Bjørlykke1-337/+640
2008-11-07Save the remote interfaces list to be able to show the remote IP addressesStig Bjørlykke1-14/+57
2008-11-06Initialize the interface type value key to fix updating the local interfaceStig Bjørlykke1-0/+2
2008-11-06Fixed a check button text.Stig Bjørlykke1-1/+1
2008-11-04Changes in the "Capture Options" window:Stig Bjørlykke1-206/+348
2008-11-03Do not set buffer size for remote interfaces or when using default value.Stig Bjørlykke1-6/+2
2008-11-03Do not use functions for remote capture on local interfaces.Stig Bjørlykke1-2/+14
2008-10-20Use invisible event boxes so the preferences looks good when using themes.Stig Bjørlykke1-0/+1
2008-08-13If capture_dlg_prep() finds an error, don't continue with the capture.Guy Harris1-13/+20
2008-08-12From Alexey Neyman:Jaap Keuter1-0/+3
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-35/+35
2008-06-24Add gtk/capture_globals.h, to declare global_capture_opts, so files thatGuy Harris1-0/+1
2008-06-24For now, just refer to global_capture_opts, replacing references to theGuy Harris1-156/+156
2008-06-21Removed the usage of topic_available() as we now have all topics.Stig Bjørlykke1-1/+1
2008-06-19Make storage-based and time-based "Next file every" checkboxes behave equalStig Bjørlykke1-2/+5
2008-06-02Added an option to set default link-layer header type for each interface.Stig Bjørlykke1-37/+76
2008-05-01...but not with a comment inside a comment, as that might cause aGuy Harris1-1/+7
2008-05-01Get rid of C++/C99 comment.Guy Harris1-1/+1
2008-04-13sort #includes by directoriesUlf Lamping1-22/+25
2008-04-12rename menu -> main_menuUlf Lamping1-2/+2
2008-04-12compat_macros.h is gone now!!!Ulf Lamping1-13/+18
2008-04-12move stock icon code from toolbar.c into specific stock_icons file(s)Ulf Lamping1-0/+1
2008-04-09Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher1-248/+248
2008-04-06remove GTK1 codeUlf Lamping1-34/+0
2008-02-07Removed some more "statement not reached" warnings.Stig Bjørlykke1-7/+0
2007-12-04Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)Tomas Kukosa1-0/+563
2007-08-30Change the "--enable-setuid-install" option to install dumpcap and TSharkGerald Combs1-0/+4
2007-08-22Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :Jeff Morriss1-1/+7
2007-07-20Remove the "-I" flag from dumpcap, and add a "-M" flag used to specifyGerald Combs1-1/+1
2007-06-11One more step in privilege separation.Gerald Combs1-2/+2
2007-05-18From Dustin Johnson:Gerald Combs1-2/+6
2007-04-13fix gcc warning about qualifier types (const) which are discarded when arrivingSebastien Tandel1-2/+3
2007-03-17Update to revision 21038 - line up the IP address label with theStephen Fisher1-1/+1
2007-03-16Fix bug #1375: Capture Options with many IP addresses scrolls offStephen Fisher1-2/+15
2007-01-23Propagate the recent interface list changes (r20521) to the AirPcap code.Gerald Combs1-4/+4
2007-01-21Have the routines to get interface lists take a pointer to a "gchar *"Guy Harris1-20/+15
2006-12-22Make fix for bug 771 compatible with GTK1Jaap Keuter1-3/+6
2006-12-21From Florent Drouin:Jaap Keuter1-8/+29
2006-12-11remove some warningsUlf Lamping1-0/+2
2006-12-05From Davide Schiera and Giorgio Tino: Add initial WPA/WPA2 decryptionGerald Combs1-3/+8
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0