aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Fix TCP/UDP/SCTP conversations broken by g59ef97d and g31ecdf5Pascal Quantin2014-08-031-2/+2
* Have ConversationDialog retain data between captures.Gerald Combs2014-08-031-0/+6
* Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris2014-08-025-10/+10
* CompiledFilterOutput dialog fixes and updates.Gerald Combs2014-08-024-50/+62
* Move the AirPcap stuff into caputils.Guy Harris2014-08-0111-22/+21
* addr_resolution_dlg.c: "OK" button should *do* something: treat as cxl.Bill Meier2014-07-311-1/+1
* addr_resolution_dlg.c: Fix crash when 'Statistics ! Show address resolution' ...Bill Meier2014-07-311-1/+1
* Fix dist.Gerald Combs2014-07-301-0/+3
* Fix the build: add a few more G_GINT64_MODIFIER's when printing 64-bit numbers.Jeff Morriss2014-07-301-1/+3
* Apply refactored "conversation" (tap) data to TShark.Michael Mann2014-07-302-480/+75
* Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte2014-07-291-0/+5
* Ensure that QT5_BASE_DIR is known by QtShark.proPascal Quantin2014-07-291-1/+1
* Fix heap-use-after-free via setlocalePeter Wu2014-07-296-6/+49
* From 竹下 恵 (Megumi Takeshita)Martin Kaiser2014-07-282-192/+192
* Make value_string_ext const-correct.Kevin Cox2014-07-271-1/+1
* Refactor "common" Conversation table functionality.Michael Mann2014-07-2636-2760/+426
* Don't use capture_interface_list() in this dialog.Guy Harris2014-07-251-19/+17
* Make Capture -> Refresh Interfaces work.Guy Harris2014-07-254-0/+25
* Handle empty interface lists when the list changes.Guy Harris2014-07-253-81/+53
* Fix (-W)documentation error found by ClangAlexis La Goutte2014-07-232-13/+5
* Clean up indentation (consistent two-space indentation).Guy Harris2014-07-231-72/+72
* Clean up indentation (consistent 4-space indentation).Guy Harris2014-07-231-18/+18
* Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris2014-07-224-29/+19
* Don't return an error string for NO_INTERFACES_FOUND.Guy Harris2014-07-221-3/+7
* Fixed C++ style commentGraham Bloice2014-07-221-1/+1
* Makes the RTP Player graphs work with GTK3Patrice Fournier2014-07-221-0/+19
* Our users are not particpants in a comedy sketch.Gerald Combs2014-07-223-11/+24
* Don't connect to non-existent slots.Guy Harris2014-07-223-2/+7
* Rename ifListChanged to localInterfaceListChanged.Guy Harris2014-07-215-5/+5
* [WIP] Add a conversation dialog.Gerald Combs2014-07-2163-1265/+3511
* Have the interface "tree" directly connect to ifListChanged.Guy Harris2014-07-212-1/+2
* Make the Qt version update displays when interfaces appear or disappear.Guy Harris2014-07-214-0/+84
* Add a warning that not all command line options are implementedJoerg Mayer2014-07-211-0/+1
* Get rid of #if 0'ed out includes of capture-pcap-util.h.Guy Harris2014-07-206-18/+0
* Add qtshark_ja_JP.qm to the list of .qm files we distribute.Guy Harris2014-07-201-4/+5
* start support for the Japanese language in the Qt versionMartin Kaiser2014-07-208-0/+8563
* Use forward slashes in paths to runlex.shРоман Донченко2014-07-201-1/+1
* Try to make tap operations in the Qt UI more responsive.Gerald Combs2014-07-171-0/+3
* Mark unused parameter as suchEvan Huus2014-07-161-1/+1
* Allow expert info to show only items in the display filter.Michael Mann2014-07-161-17/+59
* Move the monitor-for-interface-list-changes stuff to the caputils library.Guy Harris2014-07-161-1/+1
* The plural is "PDUs", not "PDU:s".Guy Harris2014-07-163-4/+4
* "Export PDUs to File" pops up a dialog, so put "..." after it.Guy Harris2014-07-166-7/+7
* Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte2014-07-151-9/+12
* Cleanup the "export PDU" common code.Guy Harris2014-07-154-8/+7
* Treat CR-LF at the end of a line like LF.Guy Harris2014-07-141-13/+37
* fix scan_local_interfaces()Martin Kaiser2014-07-121-0/+19
* Add plumbing for stat commands ("-z ...").Gerald Combs2014-07-119-67/+145
* Try to fix the build.AndersBroman2014-07-112-6/+6
* GTK Remote CapturingIrene Ruengeler2014-07-119-314/+210