aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris20-118/+51
2014-07-04Remove accidental trailing \Evan Huus1-1/+1
2014-07-04Sort by name list of fileAlexis La Goutte1-15/+16
2014-07-03Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris87-162/+85
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris2-0/+8
2014-07-03Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris2-2/+4
2014-07-03Make --help and --version information a bit more uniform.Guy Harris2-10/+113
2014-07-03Regularize the help output of programs.Guy Harris2-13/+9
2014-07-03Regularize the first line of version output.Guy Harris2-4/+4
2014-07-02Manage InterfacesIrene Ruengeler15-15/+1003
2014-07-01Use G_GNUC_PRINTF() for simple_message_box().Guy Harris1-5/+1
2014-07-01Fix the QT build on Qt 5.3 or later to use the windeployqt toolGraham Bloice1-7/+16
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 Harris2-0/+2
2014-07-01Squelch some warnings.Guy Harris2-5/+5
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-30Reflect the move of filters.c to libui.Guy Harris1-0/+1
2014-06-30Do startup things in an order more like that of gtkshark.Guy Harris1-47/+48
2014-06-30Always set the crash information.Guy Harris1-1/+1
2014-06-30Get rid of trailing blank line.Guy Harris1-1/+0
2014-06-30Move filters.[ch] to libui.Guy Harris7-6/+704
2014-06-30Move stat_menu.h to libui.Guy Harris87-85/+162
2014-06-30Move proto_hier_stats.[ch] to libui.Guy Harris6-3/+393
2014-06-30Get rid of another unused routine.Guy Harris1-20/+0
2014-06-30Get rid of unused routine.Guy Harris1-33/+0
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