aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann1-0/+9
2016-12-05Clean up initialization code for programs.Guy Harris1-1/+2
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+1
2016-12-04Show codec information in About dialogPeter Wu1-0/+2
2016-12-04codecs: allow it to be used without pluginsPeter Wu1-3/+1
2016-11-10Qt: Handle retranslation events in the main window.Gerald Combs1-1/+1
2016-10-30Have routines for parsing options that affect dissection.Guy Harris1-6/+7
2016-10-20WelcomeUI: Make Open and Capture clickableRoland Knall1-0/+2
2016-10-17Qt: Read our dynamic recent entries a bit earlier.Gerald Combs1-9/+10
2016-09-16Qt: Argument vector fixups.Gerald Combs1-8/+8
2016-09-12fix some compilation issues without extcap.Dario Lombardo1-0/+2
2016-09-11qt: fix minor memory leaks on exitPeter Wu1-0/+2
2016-09-11extcap: fix use-after-free for preferencesPeter Wu1-4/+2
2016-09-05Have scan_plugins() take an argument specify what to do on load failures.Guy Harris1-1/+1
2016-08-01Fix compilation without extcap.Dario Lombardo1-0/+1
2016-07-29extcap: Restore functionality for optionsRoland Knall1-0/+4
2016-07-01Qt+Gtk: Fix the -t command line flag.Gerald Combs1-1/+0