aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2019-01-02Don't fall out of the loop on a write error.Guy Harris1-1/+1
2019-01-01No need to report "some files could not be saved".Guy Harris6-34/+12
2019-01-01Always report errors in eo_save_entry().Guy Harris4-11/+8
2019-01-01Limit the maximum *file* name length for exported objects.Guy Harris3-35/+29
2019-01-01Get rid of local_eo_save_entry().Guy Harris2-58/+5
2019-01-01Qt: Pluralize "Copy Row(s)"Stig Bjørlykke2-3/+7
2019-01-01Add a "failed" return for tap packet routines.Guy Harris65-278/+289
2019-01-01Move some command-line-oriented routines from wsutil to ui.Guy Harris31-29/+302
2018-12-31Update the comment again.Guy Harris1-6/+12
2018-12-31Update a comment.Guy Harris1-3/+5
2018-12-30Qt: traffic table: remove a tap listener only onceMartin Kaiser2-6/+0
2018-12-30[Automatic update for 2018-12-30]Gerald Combs2-220/+229
2018-12-30Use cmdarg_err() to report errors in CLI taps.Guy Harris21-37/+68
2018-12-29Fix indentation.Guy Harris1-11/+10
2018-12-29Add interface name when outputting packets dropped.Michael Mann1-2/+6
2018-12-27Qt: Show Python scripts as links in the about box.Stig Bjørlykke2-10/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris19-71/+71
2018-12-24Qt: Switch ui/qt/widgets/*.cpp to new-style signals and slots.Gerald Combs14-64/+66
2018-12-24Qt: Switch models and DataPrinter to new-style signals and slots.Gerald Combs10-23/+24
2018-12-23[Automatic update for 2018-12-23]Gerald Combs2-9851/+3317
2018-12-23Qt: Add Ukrainian (uk) translationAlexis La Goutte2-0/+15973
2018-12-23Qt: Add Swedish (sv) translationAlexis La Goutte2-0/+16021
2018-12-22Qt: switch about#wireshark label to QTextBrowser.Dario Lombardo2-59/+23
2018-12-22Qt: Switch line edits to new-style signals and slots.Gerald Combs4-31/+36
2018-12-21TimeShiftDialog should be considered an "edit" operationMichael Mann2-0/+6
2018-12-21Qt: set properties of about_dialog#label_wireshark in ui file.Dario Lombardo2-4/+9
2018-12-20Better format for the recent file's column.width preferenceJim Young1-4/+4
2018-12-19Qt: Convert more "pressed" signals to "clicked".Gerald Combs4-15/+15
2018-12-19Qt: Switch module preferences to new-style signals and slots.Gerald Combs1-11/+12
2018-12-19Qt: Open our preference dialogs via "clicked" signals.Gerald Combs2-12/+12
2018-12-19Don't free something before freeing some of its contents.Guy Harris1-1/+1
2018-12-19Clean up exp_pdu_open() API.Guy Harris3-4/+3
2018-12-18Don't assume the filter will be non-null.Guy Harris1-1/+1
2018-12-18Treat the strings for simple dialogs as UTF-8 on Windows.Guy Harris1-0/+12
2018-12-17Qt: import hexdump into a pcapng fileJaap Keuter1-1/+1
2018-12-16[Automatic update for 2018-12-16]Gerald Combs7-35/+28
2018-12-15VOIP: Always use frame number when hashing sequence analysis.Michael Mann1-8/+8
2018-12-14UI: Make sure we always have interface statistics.Gerald Combs3-11/+11
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