aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs1-0/+4
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-3/+5
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-1/+21
2013-11-22Move common "decode as" preference code to epan.Gerald Combs1-7/+4
2013-11-20status, in main, is now used only if we have libpcap.Guy Harris1-1/+1
2013-11-20Provide "Decode As" functionality through dissectors themselves instead of th...Michael Mann1-1/+0
2013-11-19Add routines to set the personal file directory paths (personalGuy Harris1-7/+7
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-11-06Add support for displaying dates as year and day-of-year (1-origin).Guy Harris1-5/+16
2013-10-29Revert part of 52896 and (for now) all of 52935. As Jeff pointed out,Gerald Combs1-0/+13
2013-10-27Remove U3 code and packaging.Gerald Combs1-13/+0
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