aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2014-07-06GTK: fix crash when closing Capture Options dialog box on WindowsPascal Quantin1-1/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris11-58/+25
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris84-84/+84
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-01Keep VS Code Analysis happyBalint Reczey1-1/+1
2014-07-01Log2() and exp2() are missing on WindowsBalint Reczey1-1/+1
2014-07-01Add a comment that appears in other programs.Guy Harris1-0/+1
2014-07-01Squelch some warnings.Guy Harris1-3/+3
2014-07-01Increase space allocated for IO Graph slower after 1 million itemsBalint Reczey1-1/+3
2014-07-01GTK: Unlimited, dynamically allocated IO GraphBalint Reczey1-58/+44
2014-07-01Fix access to uninitialised valuesBalint Reczey1-0/+2
2014-06-30Always set the crash information.Guy Harris1-1/+1
2014-06-30Move filters.[ch] to libui.Guy Harris2-3/+3
2014-06-30Move stat_menu.h to libui.Guy Harris84-84/+84
2014-06-30Move proto_hier_stats.[ch] to libui.Guy Harris1-1/+1
2014-06-30Move capture.[ch] to libui.Guy Harris9-9/+9
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris3-3/+3
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris7-7/+10
2014-06-29Move some more stuff into wsutil.Guy Harris1-14/+9
2014-06-28Fix several GTK warnings in Windows.Irene Ruengeler2-32/+24
2014-06-27Use GQueue for generating statisticsBalint Reczey7-150/+145
2014-06-25fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Fl...James Coleman5-13/+91
2014-06-24GTK3: Fix changing filter expression's bg color based on validityBalint Reczey1-8/+20
2014-06-24Fix sorting RTP Streams by jitterBalint Reczey1-9/+9
2014-06-24Fix some more capchild includes.Guy Harris2-2/+2
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris3-4/+4
2014-06-24Include ZLIB_CFLAGS so we file zlib.h.Guy Harris1-1/+2
2014-06-23Move the routines to talk to dumpcap into a static libcapchild.Guy Harris1-1/+1
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 Harris7-21/+22
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_os_version_info() to libwsutil.Guy Harris1-0/+1
2014-06-21Move get_copyright_info() to wsutil.Guy Harris2-0/+2
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-19Changed a cast (from guint to guint64) in a call to gtk_tree_store_set(). Th...dameiss1-1/+1
2014-06-19Save the size and position of the expert info dialogChris Maynard10-13/+77
2014-06-19Cleaned up some CLang dead assignment warnings.dameiss1-3/+2
2014-06-19Don't crash when closing the Summary window if the file has been closed.Jeff Morriss1-1/+1
2014-06-19gtk_table_new is deprecated in GTK3. Change to use grid instead, and usedameiss1-7/+9
2014-06-19Add GTK modules for existing LBM dissectors.dameiss7-0/+1372
2014-06-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin1-4/+4
2014-06-16More Python-bindings removal.Jeff Morriss1-9/+0
2014-06-16Fix indent (Use 4spaces like end of the file and modelines infoAlexis La Goutte1-92/+92
2014-06-16Remove last remaining call to se_strdupEvan Huus1-5/+10
2014-06-16Remove last caller of se_strdup_printfEvan Huus2-2/+4