aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-05-09Windows: Make sure native dialogs handle HiDPI.Gerald Combs1-0/+2
2018-05-05Don't use dladdr() to get a pathname for the current executable().Guy Harris1-2/+1
2018-04-17Remove some GTK+-only code.Gerald Combs1-6/+0
2018-04-16Qt: Rename packet_list_enable_colorStig Bjørlykke1-2/+0
2018-04-16glib-compat is no longer used - it provided only code for versions < 2.32Joerg Mayer1-4/+0
2018-04-09Qt: Fix MacOSX menu entriesRoland Knall1-0/+10
2018-04-05Qt: Remove checks for version below 5.2Roland Knall1-18/+0
2018-03-08epan: Ignore SIGPIPE.Gerald Combs1-9/+0
2018-03-01Fix compilation without pcap.Dario Lombardo1-2/+2
2018-03-01Qt: Make we shut down cleanly when exiting early.Gerald Combs1-7/+10
2018-02-24Rename airpdcap to dot11decrypt.Gerald Combs1-3/+3
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-1/+1
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-25Qt 4.8 compatibility fixesPeter Wu1-0/+4
2018-01-25Minor wireshark-qt.cpp cleanups.Gerald Combs1-21/+1
2018-01-24Qt: Add back the "ready to go" startup message.Gerald Combs1-4/+2
2018-01-13Qt: Put all startup time logs in DEBUG_STARTUP_TIMEStig Bjørlykke1-3/+7
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-1/+1
2018-01-08Copy preferences to capture options after the preferences are initially loaded.Guy Harris1-1/+2
2018-01-08extcap: remove conditional compilation.Dario Lombardo1-6/+0
2018-01-03wireshark-qt(.cpp): fix no previous declaration for ‘void g_log_message_han...Alexis La Goutte1-1/+1
2017-12-17QT: Fix qUtf8Printable errorUli Heilmeier1-0/+2
2017-12-17Qt: Update our recent status sooner at startup.Gerald Combs1-0/+1
2017-12-17Log output updates.Gerald Combs1-0/+28
2017-12-14Refactor plugin registration and loadingJoão Valverde1-19/+4
2017-12-11Revert "Move fill_in_local_interfaces to a thread."Gerald Combs1-23/+21
2017-12-11fix compilation without pcap.Dario Lombardo1-0/+4
2017-12-11Move fill_in_local_interfaces to a thread.Gerald Combs1-21/+19
2017-12-11Rewrite make-tap-reg.py in CJoão Valverde1-1/+5
2017-12-04Put the structure of a capture_file back in cfile.h.Guy Harris1-1/+0
2017-12-03Use cfile.h to define the capture_file type.Guy Harris1-0/+1
2017-11-20Qt: Move the MIME init thread to WiresharkApplication.Gerald Combs1-18/+0
2017-11-18Qt: Use QThreadPool instead of QThread.Gerald Combs1-4/+4
2017-11-17Qt: Initialize QMimeDatabase in a worker thread.Gerald Combs1-0/+18
2017-11-09Start using SPDX license identifiers.Gerald Combs1-13/+1
2017-10-22AirPcap is Windows only, reflect that in about dialogJoão Valverde1-0/+2
2017-09-26Rename "ws_version_info.h", also .cJoão Valverde1-1/+1
2017-09-25Qt: Free MainWindow at shutdownMikael Kanstrup1-0/+1
2017-09-20Fix leaks related to recent settingsMikael Kanstrup1-0/+2
2017-08-28iface_lists: Access all_ifaces member by referenceMikael Kanstrup1-14/+12
2017-08-22Qt: fix compilation without pcap.Dario Lombardo1-0/+2
2017-08-22Add hardware timestamping supportAhmad Fatoum1-7/+13
2017-08-07Qt: Restrict AA_EnableHighDpiScaling to Windows.Gerald Combs1-4/+5
2017-07-28Qt: Set AA_EnableHighDpiScaling at startup.Gerald Combs1-0/+11
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
2017-07-25Qt: Make SimpleDialog a plain, non-QObject class.Gerald Combs1-0/+2
2017-06-22wsutil: Back out profile_write_info_fileStig Bjørlykke1-5/+0
2017-06-22wsutil: Return error from profile_write_info_fileStig Bjørlykke1-1/+5
2017-06-21Qt: Write a list of profile files at startupStig Bjørlykke1-0/+1
2017-06-20Qt: Create the user profiles dir at startupStig Bjørlykke1-0/+8