aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris4-29/+8
2018-12-09Multicast Statistics Dialog: Clear list when redrawingMichael Mann1-0/+3
2018-12-09[Automatic update for 2018-12-09]Gerald Combs8-3445/+214
2018-12-06Update comments, get rid of IMPORT_MAX_PACKET.Guy Harris3-8/+7
2018-12-06Qt: Fix tooltip on import sizeJaap Keuter1-1/+1
2018-12-04Qt: Display filter toolbar updates.Gerald Combs3-16/+2
2018-12-03Qt: Add Russian translationAlexis La Goutte2-0/+16128
2018-12-02Don't include <wsutil/wspcap.h> if we're not building with libpcap.Guy Harris1-0/+2
2018-11-25[Automatic update for 2018-11-25]Gerald Combs6-104/+0
2018-11-22addr_resolv: avoid unnecessary memory allocation for hash tablesPeter Wu1-5/+5
2018-11-20Remove more hardcoding of ".gz" as the suffix for compressed files.Guy Harris1-9/+45
2018-11-20Add an API to get a list of compressed-file extensions, and use it.Guy Harris1-4/+4
2018-11-19Fix a comment to reflect reality.Guy Harris1-1/+2
2018-11-19Ensure that fixFilenameExtension() is used only when writing a file.Guy Harris1-6/+16
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris1-1/+1
2018-11-18[Automatic update for 2018-11-18]Gerald Combs7-56/+90
2018-11-18Clean up previous change.Guy Harris1-2/+2
2018-11-18Fix addition of extensions to file names.Guy Harris1-24/+71
2018-11-17Qt: fix build failure due to adding two incompatible pointersPeter Wu1-2/+2
2018-11-17"." in version numbers and file names isn't translated into other languages.Guy Harris2-3/+3
2018-11-16Qt: fix build with Qt 5.4 and olderPeter Wu3-3/+3
2018-11-16Add an API to get a description of a compression type, and use it.Guy Harris10-90/+9
2018-11-16Use an enum for compression types in various interfaces.Guy Harris13-75/+77
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris2-7/+9
2018-11-14ui: add missing break.Dario Lombardo1-0/+1
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris2-0/+22
2018-11-13tshark: Print the packets' comments in the expert infoVasil Velichkov1-2/+10
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris2-3/+5
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-2/+6
2018-11-11[Automatic update for 2018-11-11]Gerald Combs7-30/+135
2018-11-10UI: Remove Win32 file dialog stuff specific to GTKPeter Wu4-378/+0
2018-11-09Dumpcap+Qt: Add support for `-a packets:NUM` and `-b packets:NUM`.Gerald Combs2-47/+88
2018-11-07Qt: Add file hashes to capture file properties dialogJaap Keuter3-1/+69
2018-11-04[Automatic update for 2018-11-04]Gerald Combs7-4/+116
2018-11-01Fix "Follow TLS Stream" after ssl -> tls renamePascal Quantin1-3/+3
2018-11-01macOs: Fix build fix for tab viewRoland Knall2-2/+39
2018-11-01Qt: Remove wireless toolbar if not supportedRoland Knall3-2/+24
2018-11-01tshark: Fix small memory leak in tap-expertVasil Velichkov1-2/+12
2018-10-31text_import: fix wrong int type.Dario Lombardo1-2/+2
2018-10-31import: add export_pdu dummy header feature.Dario Lombardo5-13/+110
2018-10-30Qt: omit initial empty line in About Dialog / AcknowledgementsPeter Wu1-2/+2
2018-10-30Fix About->AcknowledgementsMichał Łabędzki1-1/+1
2018-10-29QT: Enable filtering entries in 'Export Objects'Moshe Kaplan2-0/+25
2018-10-28[Automatic update for 2018-10-28]Gerald Combs7-0/+28
2018-10-26Qt: fix saving exported objects after sorting columnsMoshe Kaplan1-1/+5
2018-10-22Add ability to disable autocomplete suggestions for filter controls.Michael Mann4-1/+17
2018-10-21Qt: fix assertion failure when redissecting with a debug build of QtPeter Wu1-4/+4
2018-10-21tap-follow: fix memory leakVasil Velichkov1-1/+1
2018-10-21[Automatic update for 2018-10-21]Gerald Combs2-46/+24
2018-10-14[Automatic update for 2018-10-14]Gerald Combs7-63/+344