aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-20When any of our executables start on Windows create or open a "WiresharkGerald Combs1-1/+2
2013-02-19Add automatic software update checks for Win32 using WinSparkle. AddGerald Combs1-0/+5
2013-02-08Fix Coverity CID 973548: Dereference null return value.Chris Maynard1-2/+2
2013-02-03Move the get-runtime-version stuff back outside of #ifdef WIN32.Jeff Morriss1-0/+2
2013-02-03call load_wpcap before collecting the run-time version information.Anders Broman1-15/+16
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-2/+2
2013-01-22GTK+:Gerald Combs1-2/+6
2013-01-20Fix for CID 715142.Jaap Keuter1-1/+1
2013-01-18Rename the "saved_val" preference element to "stashed_val" in order toGerald Combs1-15/+1
2013-01-16Set the crash info as early as possible in main(), so that it shows upGuy Harris1-10/+19
2012-12-20Tweak the order of the UI updates when finishing a live-update capture so thatEvan Huus1-3/+6
2012-12-05Remove an unused variable. Use ITEM_LABEL_LENGTH instead of a magicGerald Combs1-5/+3
2012-11-21On error, have capture_opts_trim_iface() return the exit status thatGuy Harris1-3/+4
2012-11-02From Jim Young and updated by Max Romanov:Anders Broman1-10/+19
2012-10-21Revert r45692 and try to fix link failure another way: console_win32.[ch] def...Pascal Quantin1-1/+1
2012-10-21Try to fix LINK : fatal error LNK1181: cannot open input file 'win32/console_...Alexis La Goutte1-1/+1
2012-10-21Move MSWindows console "windows" to ui/win32/console_win32.[ch]Alexis La Goutte1-80/+6
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-3/+2
2012-10-02Get rid of the always-null and unused argument toGuy Harris1-1/+1
2012-09-28protect_thread_critical_region, unprotect_thread_critical_region are no-ops, ...Jakub Zawadzki1-18/+0
2012-09-26Call fileset_file_closed from cf_cb_file_closed.Gerald Combs1-0/+1
2012-09-26Add a cf_cb_file_opened callback and use it instead of callingGerald Combs1-0/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-04- Replace packet_list_recreate_visible_rows -> packet_list_recreate_visible_r...Jörg Mayer1-16/+16
2012-09-04Rename new_packet_list.[ch] to packet_list.[ch]Jörg Mayer1-1/+1
2012-09-03cinfo.columns_changed is only used by ui/gtk, move it to cfile structure.Jakub Zawadzki1-2/+2
2012-08-08Have (almost) all preferences use the generic preferences API (per https://bu...Michael Mann1-2/+2
2012-08-08Add -A as command line option to wireshark and tshark.Irene Rüngeler1-3/+13
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activityGerald Combs1-8/+8
2012-08-01Move the common parts of iface_lists.[ch] from ui/gtk/ to ui/. Leave theGerald Combs1-7/+7
2012-07-24Analyze->Apply as Filter and Analyze->Prepare a Filter cause crashesAnders Broman1-7/+6
2012-07-18From Jakub Zawadzki use gtk_box_pack_start isof gtk_container_add fixes https...Anders Broman1-6/+3
2012-07-18Get rid of the problems described in bug7377Jörg Mayer1-0/+4
2012-07-11e_addr_resolve has a new member.Anders Broman1-1/+1
2012-07-08First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :Jeff Morriss1-1/+1
2012-07-06Fix logic typo, it should fix bug #7434Jakub Zawadzki1-2/+2
2012-07-06- e_addr_resolve is structure so pass it by pointer.Jakub Zawadzki1-2/+2
2012-07-06From Michael Mann:Anders Broman1-8/+9
2012-06-30Fix bug #7425: Per-packet right-click network or MAC name resolution not workingJakub Zawadzki1-6/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-28Move if_list_comparator_alph() to iface_lists.c; it's used in severalGuy Harris1-1/+0
2012-06-28No pcap, no interfaces to monitor.Guy Harris1-0/+4
2012-06-28<wsutil/file_util.h> is needed on Windows.Guy Harris1-0/+2
2012-06-28<wsutil/file_util.h> is needed by ui/gtk/iface_lists.c on Linux as itGuy Harris1-2/+0
2012-06-28Move the stuff to manage the global interface list and to updateGuy Harris1-468/+5
2012-06-28From Pontus Fuchs:Guy Harris1-0/+6
2012-06-28Make scan_local_interfaces() local to ui/gtk/main.c; widgets/windowsGuy Harris1-422/+421
2012-06-28Detangle the code that manages the interface list on the welcome screen:Guy Harris1-16/+41
2012-06-28No pcap, no interfaces, no interface lists to refresh.Guy Harris1-0/+2
2012-06-28From Pontus Fuchs:Guy Harris1-0/+23