aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23Add the ability to collapse subtrees with Shift+Left + additional menu items....Michael Mann1-4/+21
2013-10-23g_slist_free_full() is glib 2.28Anders Broman1-1/+1
2013-10-23Make manual address resolution work again by putting the addressesAnders Broman1-1/+3
2013-07-21Some work on multi file dissectionJakub Zawadzki1-2/+2
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss1-1/+2
2013-07-16Move u3.{h,c} and g711.{h,c} into wsutil.Jeff Morriss1-4/+3
2013-07-12Move the print modules into epan.Jeff Morriss1-1/+1
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss1-1/+1
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki1-2/+3
2013-07-08From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss1-3/+4
2013-06-27Windows changes for main_window_update ....Luis Ontanon1-1/+1
2013-06-27get main_window_update out of the way... pass an update_cb to the capture_syn...Luis Ontanon1-4/+4
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-2/+4
2013-05-22Get rid of an unused routine.Guy Harris1-7/+0
2013-05-22Sigh, it was a "building without libpcap" issue.Guy Harris1-29/+2
2013-05-22OK, try hiding from *THIS*, GCC. Will break other buildbots, but theGuy Harris1-0/+28
2013-05-22OK, try directly including capture_session.h.Guy Harris1-0/+1
2013-05-22OK, what's your beef, GCC?Guy Harris1-1/+1
2013-05-22Pull the capture-session state information out of capture_opts and putGuy Harris1-22/+27
2013-05-22Rename capture_opts_trim_iface() toGuy Harris1-2/+4
2013-04-25Send the output of the -D and -L options to the standard output ratherGuy Harris1-40/+33
2013-04-11Select the interface, if only one exists.Irene RĂ¼ngeler1-0/+7
2013-04-09The default interface should now be selected also on Windows.Irene RĂ¼ngeler1-1/+1
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
2013-04-01Get rid of main_capture_set_main_window_title(), as it just wrapsGuy Harris1-8/+2
2013-04-01Move the knowledge about what the window title should be toGuy Harris1-32/+8
2013-03-31Rename set_display_filename() to set_titlebar_for_capture_file(), asGuy Harris1-3/+3
2013-03-30Move wireshark's display filter flag to -Y for consistency with tshark.Evan Huus1-5/+5
2013-03-28If wireshark is started with a file and a display filter, apply the displayEvan Huus1-9/+10
2013-03-27From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8531 :Pascal Quantin1-3/+3
2013-03-26More icon updates. Gerald Combs1-26/+21
2013-03-26From Jim Young:Anders Broman1-3/+3
2013-03-21From beroset:Bill Meier1-6/+6
2013-03-12Use explicit casts.Anders Broman1-1/+1
2013-03-11Use explicit casts.Anders Broman1-21/+22
2013-03-05Followup to r48081: use the DEFAULT_CAPTURE_BUFFER_SIZE macro from r47942.Jeff Morriss1-1/+1
2013-03-05Default capture buffer size is now 2MB. (See also r47920 and r47937)Chris Maynard1-1/+1
2013-02-25it's ==> its & its ==> it's as needed.Bill Meier1-4/+4
2013-02-21Don't yell at the user quite so much. Remove exclamation points fromGerald Combs1-1/+1
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