aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make failure_alert_box() be printf-like.Guy Harris2016-03-271-1/+1
* Remove the last remnants of U3 support.Gerald Combs2016-03-111-6/+0
* Fix memleaks related to get_dirnamePeter Wu2016-02-041-2/+2
* extcap: Add Save functionality to options dialogRoland Knall2016-02-011-0/+8
* No need for toolkit-dependent color initialization.Guy Harris2016-01-011-1/+1
* Qt: Add support of gui.window_titleAlexis La Goutte2015-12-291-0/+2
* Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann2015-12-281-5/+10
* Allow "capture info data" to not be a singleton.Michael Mann2015-12-191-1/+1
* Qt: save custom colors in recent_common filePascal Quantin2015-12-161-15/+1
* Qt: apply '-Y' display filter unconditionally and not only when opening a cap...Pascal Quantin2015-12-151-2/+2
* Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde2015-12-141-1/+1
* Qt: Start with correct seconds formatStig Bjørlykke2015-12-131-1/+1
* Remove -Wwrite-strings compiler flagJoão Valverde2015-12-121-7/+5
* Qt: Reset preferences when reloading Lua pluginsStig Bjørlykke2015-12-101-1/+1
* More libcodecs -> libwscodecs.Guy Harris2015-12-041-1/+1
* Update user guide for development releasePascal Quantin2015-11-111-1/+1
* Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris2015-10-281-2/+5
* Fix various memleaksPeter Wu2015-10-041-8/+8
* Qt: Show the QtMultimedia status.Gerald Combs2015-10-021-1/+5
* Fix a bunch of leaks found by Valgrind.Gerald Combs2015-09-111-2/+2
* DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan2015-07-251-6/+3
* Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin2015-07-221-2/+2
* Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young2015-07-171-0/+43
* Qt: fix detection of WinPcap / AirPcapPascal Quantin2015-07-151-52/+51
* Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann2015-07-141-0/+1
* Add SimpleStatisticsDialog.Gerald Combs2015-07-081-0/+2
* Add ResponseTimeDelayDialog.Gerald Combs2015-07-071-8/+10
* Add ServiceResponseTimeDialog.Gerald Combs2015-07-031-20/+23
* Qt: fix a crash when closing application under WindowsPascal Quantin2015-06-171-8/+14
* Qt: Make sure we have usable command line arguments.Gerald Combs2015-06-161-11/+16
* Add the wireless toolbar.Gerald Combs2015-06-161-7/+4
* Don't create a GLib main loop.Guy Harris2015-05-311-1/+0
* Have global_capture_opts if we either have pcap or extcap.Guy Harris2015-05-061-1/+1
* Qt: remove a debug log showing the plugins path at startupPascal Quantin2015-05-031-2/+0
* Have a #define for whether the capture buffer size can be set.Guy Harris2015-03-251-3/+3
* Change a lot of http:// URLs to https://.Gerald Combs2015-03-101-1/+1
* Qt: Apply recent settings.Gerald Combs2015-02-241-2/+2
* Just have init_progfile_dir() take a void pointer.Guy Harris2015-02-201-1/+1
* Fix various warnings in wireshark-qt.cpp.Gerald Combs2015-02-181-1/+5
* Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs2015-02-121-0/+1
* WSDG: Start adding Qt material.Gerald Combs2015-02-121-1/+1
* Get rid of a trailing blank.Guy Harris2015-01-311-1/+1
* Fix a comment to reflect reality.Guy Harris2015-01-311-2/+2
* We need to get the pathname of the executable *before* running dumpcap.Guy Harris2015-01-311-6/+6
* No main window *to* update in the early argument list parsing.Guy Harris2015-01-311-1/+1
* This being C++, maybe we don't have to initialize ws_app until later.Guy Harris2015-01-311-4/+3
* Do the first-pass argument parsing before creating the WiresharkApplication.Guy Harris2015-01-311-133/+120
* Qt: Fix library path reset.Gerald Combs2015-01-301-4/+38
* When issued with -v wireshark-qt prints version and exits.Dario Lombardo2015-01-301-13/+24
* Fix out-of-tree build includes of config.hGraham Bloice2015-01-041-3/+3