aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-07-17Try to make tap operations in the Qt UI more responsive.Gerald Combs1-0/+3
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 Harris3-4/+4
2014-07-16"Export PDUs to File" pops up a dialog, so put "..." after it.Guy Harris6-7/+7
2014-07-15Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-9/+12
2014-07-15Cleanup the "export PDU" common code.Guy Harris4-8/+7
2014-07-14Treat CR-LF at the end of a line like LF.Guy Harris1-13/+37
2014-07-12fix scan_local_interfaces()Martin Kaiser1-0/+19
2014-07-11Add plumbing for stat commands ("-z ...").Gerald Combs9-67/+145
2014-07-11Try to fix the build.AndersBroman2-6/+6
2014-07-11GTK Remote CapturingIrene Ruengeler9-314/+210
2014-07-11Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier2-23/+23
2014-07-10Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."Guy Harris1-2/+2
2014-07-09See if we can get rid of the "lib" in front of "wsutil" on Windows.Guy Harris1-2/+2
2014-07-09Add back actionFileQuit.Gerald Combs1-0/+16
2014-07-09Fix a "recent items" crash.Gerald Combs3-23/+19
2014-07-09Merge capture->interfaces and capture->optionsEvan Huus3-24/+1
2014-07-09Wireshark Qt: Fix recent (update the list of file when quit Wireshark)Alexis La Goutte2-25/+10
2014-07-08don't print the interface description if it's nullMartin Kaiser1-1/+3
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-07Update README.qt and add todo items.Gerald Combs1-0/+1
2014-07-07Qt: Cache packet list column strings.Gerald Combs4-122/+237
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+1
2014-07-06GTK: fix crash when closing Capture Options dialog box on WindowsPascal Quantin1-1/+1
2014-07-06Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-07-04Add missing /AndersBroman1-1/+1
2014-07-04Fix the no-libpcap build.Guy Harris1-3/+1
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