aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-04Add g_get_monotonic_time() to glib-compat and useMartin Mathieson1-0/+4
2017-04-08Clean up handling of enabled/disabled protocols/heuristic dissectors.Guy Harris1-42/+13
2017-03-27Check for return value of WSAStartup on all executables.Michael Mann1-1/+7
2017-03-23Qt: Register Qt dialog UAT files during startupStig Bjørlykke1-0/+5
2017-02-18wsutil: remove leaks from filesystem and plugins code.Dario Lombardo1-0/+4
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+1
2017-02-10Clean columns on exit.Dario Lombardo1-0/+1
2017-02-03Fix builds without libpcap.Guy Harris1-0/+2
2017-02-02capture_opts: free memory on exit to avoid leak.Dario Lombardo1-10/+19
2017-01-05Add g_log entries to measure startup time, protected by #ifdefAndersBroman1-5/+51
2017-01-05Do RA_DISSECTORS in the Qt UI.Guy Harris1-0/+2
2017-01-04Add a startup message for Initializing extcap.AndersBroman1-4/+5