aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-29Move some more stuff into wsutil.Guy Harris1-14/+9
2014-06-28Fix several GTK warnings in Windows.Irene Ruengeler1-1/+2
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-2/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-2/+18
2014-06-22Add a routine to return a version string including VCS information.Guy Harris1-6/+7
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-1/+2
2014-06-21Move get_copyright_info() to wsutil.Guy Harris1-0/+1
2014-06-20Fix build without pcap.Guy Harris1-4/+0
2014-06-20Use OPTSTRING_CAPTURE_COMMON here as well.Guy Harris1-19/+3
2014-06-16Remove last remaining call to se_strdupEvan Huus1-5/+10
2014-06-16Remove last caller of se_strdup_printfEvan Huus1-2/+2
2014-05-25Add support for dissecting non-packet records.Guy Harris1-3/+4
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-3/+3
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-2/+2
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-2/+2
2014-05-19Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann1-2/+3
2014-05-09Revert "Use g_ alloced memory (instead of emem) when printing fields. emem s...Evan Huus1-3/+2
2014-05-09Revert "Refactor Wiretap"Guy Harris1-2/+2
2014-05-09Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann1-2/+3
2014-05-09Refactor WiretapMichael Mann1-2/+2
2014-05-01Unreachable code in ui/gtk/main.cAlexis La Goutte1-4/+4
2014-04-23Fix typo in comment (parameterts => parameter)Alexis La Goutte1-1/+1
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-1/+1
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan1-1/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-1/+3
2014-02-07Replace "svn" with "git" all over the place.Gerald Combs1-4/+4
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-5/+0
2014-01-05Fix indent (use 4 spaces)Alexis La Goutte1-19/+19
2013-12-29Make arrow down/ up work in gtk again.Jakub Zawadzki1-1/+1
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-2/+2
2013-12-17Fix preprocessor macro and indentation.Evan Huus1-2/+2
2013-12-17Fix indent (use 4 spaces) and add modelinesAlexis La Goutte1-1310/+1322
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