aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2017-05-30Qt: Add support to verify extcap capture filterMichael Mann1-6/+33
2017-05-29GTK: Bugfix not allowing extcap capture filters to be verified.Michael Mann1-1/+1
2017-05-29Qt: Fix capture filter verification for non-extcap interfaces.Stig Bjørlykke1-1/+1
2017-05-28GTK+Qt: Show Osmux Packet Counter on Telephony menuPau Espin Pedrol4-0/+26
2017-05-27Qt: About dialog fails when configured without pluginsJaap Keuter1-2/+6
2017-05-26Report syntax errors in UAT prefs parsingPeter Wu1-2/+8
2017-05-25GTK: Don't allow extcap capture filters to be verified.Michael Mann1-0/+5
2017-05-25Don't try to compile capture filter if pcap_compile isn't available.Michael Mann2-6/+24
2017-05-21[Automatic update for 2017-05-21]Gerald Combs7-335/+337
2017-05-19Qt: Add check for packet bytesStig Bjørlykke1-0/+8
2017-05-19Qt: Check for no tvb in Show Packet BytesStig Bjørlykke1-0/+3
2017-05-16sharkd: export uat records.Jakub Zawadzki1-42/+4
2017-05-14[Automatic update for 2017-05-14]Gerald Combs7-2560/+539
2017-05-12Don't include pcap headers if you don't have pcap.Guy Harris1-0/+5
2017-05-11Put the HAVE_REMOTE hack into wsutil/wspcap.h, and include that file.Guy Harris3-39/+3
2017-05-11Force HAVE_REMOTE to be defined when including pcap.h with remote support.Guy Harris3-0/+38
2017-05-08Qt: try harder to find a working monospace fontPeter Wu1-1/+9
2017-05-07[Automatic update for 2017-05-07]Gerald Combs7-259/+259
2017-05-04Qt: Inhibit Disable Protocol when applicableJaap Keuter1-0/+1
2017-05-02Qt: Fix build without extcapStig Bjørlykke1-0/+2
2017-05-02Qt: Interface Toolbar improvementsStig Bjørlykke5-52/+151
2017-04-30[Automatic update for 2017-04-30]Gerald Combs7-3745/+3976
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke1-1/+1
2017-04-26Qt: Remove semicolon behind Q_UNUSED macro, part 2Stig Bjørlykke1-2/+2
2017-04-26Qt: Remove semicolon behind Q_UNUSED macroStig Bjørlykke5-12/+12
2017-04-26Qt: Don't use _U_ for unused parameters in C++Stig Bjørlykke3-5/+4
2017-04-26Fix no-extcap build.Guy Harris1-0/+2
2017-04-25Qt: fix compilation without pcap.Dario Lombardo2-0/+5
2017-04-25Qt: Make text in SimpleDialog selectable by mouseStig Bjørlykke1-0/+1
2017-04-25Qt: Add interface toolbar supportStig Bjørlykke20-7/+1890
2017-04-24Move UI-only stuff out of libwireshark.Guy Harris7-3/+502
2017-04-23[Automatic update for 2017-04-23]Gerald Combs7-245/+245
2017-04-20Use cfile_write_failure_message() in the randpkt code.Guy Harris1-10/+18
2017-04-20Take the error message generation out of the merge_files routines.Guy Harris2-35/+53
2017-04-20cf_open() pops up a dialog box on errors; its callers shouldn't do so.Guy Harris2-11/+11
2017-04-20Have separate routines for open-for-reading and open-for-writing errors.Guy Harris7-166/+239
2017-04-20Make the command-line and alert-box failure messages more similar.Guy Harris3-23/+40
2017-04-20Qt: show relative time for the IO Graph in an appropriate unitPeter Wu2-18/+127
2017-04-20Qt: Prevent moving other columns on drag and dropPeter Wu1-1/+35
2017-04-20memory leak: Qt code doesn't pass 'parent' argument to some Qt class construc...Max Dmitrichenko2-2/+2
2017-04-20Fix a comment.Guy Harris1-1/+1
2017-04-20Add common routines for command-line libwiretap error reporting.Guy Harris4-0/+528
2017-04-19Have a common "capture file write failure alert box" routine.Guy Harris2-7/+101
2017-04-19Have a common "capture file close alert box" routine.Guy Harris2-1/+72
2017-04-19remove unnecessary guint64 cast in IO graphXiaochuan Sun1-8/+8
2017-04-18Fix a comment.Guy Harris1-6/+1
2017-04-18Fix a comment.Guy Harris1-6/+1
2017-04-18Have a common "capture file close alert box" routine.Guy Harris5-5/+105
2017-04-18CMake: Sort entriesStig Bjørlykke2-4/+4
2017-04-18Qt: AdditionalToolbars is a menuStig Bjørlykke3-10/+10