aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-06-30Move capture.[ch] to libui.Guy Harris20-16/+925
2014-06-30Make a routine unused outside capture_ui_utils.c static.Guy Harris2-10/+1
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris7-7/+7
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris19-16/+732
2014-06-30clopts_common.c is now part of wsutil.Guy Harris1-1/+0
2014-06-29Move some more stuff into wsutil.Guy Harris2-28/+17
2014-06-29Standardize the names of, and document, the taps and heuristic dissector tabl...David Ameiss2-2/+2
2014-06-28Fix missing g_list_next() with GLib < 2.32Balint Reczey1-0/+1
2014-06-28Fix several GTK warnings in Windows.Irene Ruengeler2-32/+24
2014-06-27Use g_queue_free_full() only on GLib > 2.32Balint Reczey1-2/+12
2014-06-27Use GQueue for generating statisticsBalint Reczey12-210/+198
2014-06-25fix_bug_10199: enhancement Telephony VoIP Call add ability to show all SIP Fl...James Coleman5-13/+91
2014-06-25List elided_label.h only once.Irene Ruengeler1-1/+0
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-24Another capchild.lib -> libcapchild.lib.Guy Harris1-1/+1
2014-06-24Add libcapchild, remove the files that are now in it.Guy Harris1-4/+2
2014-06-24Fix some more capchild includes.Guy Harris2-2/+2
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris4-6/+6
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-23Don't report the run-time version of pcap if we weren't built with pcap.Guy Harris1-0/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris2-7/+35
2014-06-23[WIP] qt: Add support for Polish languageMichal Labedzki8-0/+943
2014-06-22Add a routine to return a version string including VCS information.Guy Harris12-35/+37
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-1/+2
2014-06-21cfutils.c is now part of libwsutils.Guy Harris1-1/+0
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris2-0/+2
2014-06-21Move get_copyright_info() to wsutil.Guy Harris4-0/+4
2014-06-20Fix build without pcap.Guy Harris2-9/+0
2014-06-20Fix builds without pcap.Guy Harris1-1/+1
2014-06-20Also define LONGOPT_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-0/+1
2014-06-20Use OPTSTRING_CAPTURE_COMMON here as well.Guy Harris1-19/+3
2014-06-20Define OPTSTRING_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-14/+2
2014-06-20Add some long options for capture short options.Guy Harris1-1/+2
2014-06-20Add --help and --version long options.Guy Harris1-2/+4
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 Quantin2-8/+9
2014-06-17Make sure we hide columns for live captures as well.Gerald Combs2-18/+11
2014-06-17Get QtShark building on Win7 with Qt 5.3.0 using Qt Creator.Tim Furlong6-6/+6
2014-06-17Qt: fix loading of language translationAlexis La Goutte2-0/+21
2014-06-16Column visibility fixups.Gerald Combs2-5/+15
2014-06-16More Python-bindings removal.Jeff Morriss3-17/+0
2014-06-16Hide hidden columns in Qt.Gerald Combs1-1/+5
2014-06-16Fix indent (Use 4spaces like end of the file and modelines infoAlexis La Goutte1-92/+92