aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-0/+5
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-8/+5
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-1/+0
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris1-52/+82
2014-12-25Only include <wsutil/os_version_info.h> if we need it.Guy Harris1-1/+1
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-1/+1
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-15/+1
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-1/+1
2014-11-15Do the "-z help" processing separately, and do it for Wireshark as well.Guy Harris1-0/+5
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-10Improved deregistering fields.Stig Bjørlykke1-0/+33
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-09-26Move the console log handling code to ui/console.[ch].Gerald Combs1-131/+2
2014-09-25Update the simple dialog code.Gerald Combs1-1/+1
2014-09-23Qt: Add the colorization action.Gerald Combs1-2/+2
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-0/+2
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-1/+1
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