aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-07-31addr_resolution_dlg.c: "OK" button should *do* something: treat as cxl.Bill Meier1-1/+1
2014-07-31addr_resolution_dlg.c: Fix crash when 'Statistics ! Show address resolution' ...Bill Meier1-1/+1
2014-07-30Fix dist.Gerald Combs1-0/+3
2014-07-30Fix the build: add a few more G_GINT64_MODIFIER's when printing 64-bit numbers.Jeff Morriss1-1/+3
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann2-480/+75
2014-07-29Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-0/+5
2014-07-29Ensure that QT5_BASE_DIR is known by QtShark.proPascal Quantin1-1/+1
2014-07-29Fix heap-use-after-free via setlocalePeter Wu6-6/+49
2014-07-28From 竹下 恵 (Megumi Takeshita)Martin Kaiser2-192/+192
2014-07-27Make value_string_ext const-correct.Kevin Cox1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann36-2760/+426
2014-07-25Don't use capture_interface_list() in this dialog.Guy Harris1-19/+17
2014-07-25Make Capture -> Refresh Interfaces work.Guy Harris4-0/+25
2014-07-25Handle empty interface lists when the list changes.Guy Harris3-81/+53
2014-07-23Fix (-W)documentation error found by ClangAlexis La Goutte2-13/+5
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 Harris4-29/+19
2014-07-22Don't return an error string for NO_INTERFACES_FOUND.Guy Harris1-3/+7
2014-07-22Fixed C++ style commentGraham Bloice1-1/+1
2014-07-22Makes the RTP Player graphs work with GTK3Patrice Fournier1-0/+19
2014-07-22Our users are not particpants in a comedy sketch.Gerald Combs3-11/+24
2014-07-22Don't connect to non-existent slots.Guy Harris3-2/+7
2014-07-21Rename ifListChanged to localInterfaceListChanged.Guy Harris5-5/+5
2014-07-21[WIP] Add a conversation dialog.Gerald Combs63-1265/+3511
2014-07-21Have the interface "tree" directly connect to ifListChanged.Guy Harris2-1/+2
2014-07-21Make the Qt version update displays when interfaces appear or disappear.Guy Harris4-0/+84
2014-07-21Add a warning that not all command line options are implementedJoerg Mayer1-0/+1
2014-07-20Get rid of #if 0'ed out includes of capture-pcap-util.h.Guy Harris6-18/+0
2014-07-20Add qtshark_ja_JP.qm to the list of .qm files we distribute.Guy Harris1-4/+5
2014-07-20start support for the Japanese language in the Qt versionMartin Kaiser8-0/+8563
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко1-1/+1
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