aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2014-07-26Refactor "common" Conversation table functionality.Michael Mann23-1369/+178
2014-07-23Fix (-W)documentation error found by ClangAlexis La Goutte1-6/+0
2014-07-23Clean up indentation (consistent two-space indentation).Guy Harris1-72/+72
2014-07-23Clean up indentation (consistent 4-space indentation).Guy Harris1-18/+18
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris3-19/+14
2014-07-22Makes the RTP Player graphs work with GTK3Patrice Fournier1-0/+19
2014-07-21[WIP] Add a conversation dialog.Gerald Combs38-1222/+496
2014-07-20Get rid of #if 0'ed out includes of capture-pcap-util.h.Guy Harris3-9/+0
2014-07-16Mark unused parameter as suchEvan Huus1-1/+1
2014-07-16Allow expert info to show only items in the display filter.Michael Mann1-17/+59
2014-07-16Move the monitor-for-interface-list-changes stuff to the caputils library.Guy Harris1-1/+1
2014-07-16The plural is "PDUs", not "PDU:s".Guy Harris2-3/+3
2014-07-16"Export PDUs to File" pops up a dialog, so put "..." after it.Guy Harris1-1/+1
2014-07-15Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-9/+12
2014-07-15Cleanup the "export PDU" common code.Guy Harris1-1/+1
2014-07-11GTK Remote CapturingIrene Ruengeler2-136/+30
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier1-22/+22
2014-07-08Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-25/+34
2014-07-08Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-2/+3
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