aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-2/+2
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+3
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-10/+5
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-47/+8
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris1-0/+4
2014-07-03Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris1-1/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-6/+56
2014-07-03Regularize the help output of programs.Guy Harris1-6/+4
2014-07-03Regularize the first line of version output.Guy Harris1-2/+2
2014-07-01Add a comment that appears in other programs.Guy Harris1-0/+1
2014-06-30Always set the crash information.Guy Harris1-1/+1
2014-06-30Move filters.[ch] to libui.Guy Harris1-2/+2
2014-06-30Move capture.[ch] to libui.Guy Harris1-1/+1
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris1-1/+1
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