aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-04Remove synchronous DNS name resolutionJoão Valverde1-2/+2
2016-04-03Move zlib version check to wsutilJoão Valverde1-22/+0
2016-03-27Make failure_alert_box() be printf-like.Guy Harris1-1/+1
2016-03-11Remove the last remnants of U3 support.Gerald Combs1-6/+0
2016-02-04Fix memleaks related to get_dirnamePeter Wu1-2/+2
2016-02-01extcap: Add Save functionality to options dialogRoland Knall1-0/+8
2016-01-01No need for toolkit-dependent color initialization.Guy Harris1-1/+1
2015-12-29Qt: Add support of gui.window_titleAlexis La Goutte1-0/+2
2015-12-28Refactor GUI dependencies out of color_filters.[ch] and move it to epan direc...Michael Mann1-5/+10
2015-12-19Allow "capture info data" to not be a singleton.Michael Mann1-1/+1
2015-12-16Qt: save custom colors in recent_common filePascal Quantin1-15/+1
2015-12-15Qt: apply '-Y' display filter unconditionally and not only when opening a cap...Pascal Quantin1-2/+2
2015-12-14Make init_progfile_dir() take a function pointer [-Wpedantic]João Valverde1-1/+1
2015-12-13Qt: Start with correct seconds formatStig Bjørlykke1-1/+1
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-7/+5
2015-12-10Qt: Reset preferences when reloading Lua pluginsStig Bjørlykke1-1/+1
2015-12-04More libcodecs -> libwscodecs.Guy Harris1-1/+1
2015-11-11Update user guide for development releasePascal Quantin1-1/+1
2015-10-28Catch REPORT_DISSECTOR_BUG() calls in dissector registration routines.Guy Harris1-2/+5
2015-10-04Fix various memleaksPeter Wu1-8/+8
2015-10-02Qt: Show the QtMultimedia status.Gerald Combs1-1/+5
2015-09-11Fix a bunch of leaks found by Valgrind.Gerald Combs1-2/+2
2015-07-25DNS: move DNS name resolution pref to Name Resolution prefsHadriel Kaplan1-6/+3
2015-07-22Fix retrieval of data link type supported by remote interfaces with authentic...Pascal Quantin1-2/+2
2015-07-17Add new long options to GUIs to allow arbitrary protocols and heuristics to b...Jim Young1-0/+43
2015-07-15Qt: fix detection of WinPcap / AirPcapPascal Quantin1-52/+51
2015-07-14Add a "heuristic dissectors" tab to the Enable Protocols dialog.Michael Mann1-0/+1
2015-07-08Add SimpleStatisticsDialog.Gerald Combs1-0/+2
2015-07-07Add ResponseTimeDelayDialog.Gerald Combs1-8/+10
2015-07-03Add ServiceResponseTimeDialog.Gerald Combs1-20/+23
2015-06-17Qt: fix a crash when closing application under WindowsPascal Quantin1-8/+14
2015-06-16Qt: Make sure we have usable command line arguments.Gerald Combs1-11/+16
2015-06-16Add the wireless toolbar.Gerald Combs1-7/+4
2015-05-31Don't create a GLib main loop.Guy Harris1-1/+0
2015-05-06Have global_capture_opts if we either have pcap or extcap.Guy Harris1-1/+1
2015-05-03Qt: remove a debug log showing the plugins path at startupPascal Quantin1-2/+0
2015-03-25Have a #define for whether the capture buffer size can be set.Guy Harris1-3/+3
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
2015-02-24Qt: Apply recent settings.Gerald Combs1-2/+2
2015-02-20Just have init_progfile_dir() take a void pointer.Guy Harris1-1/+1
2015-02-18Fix various warnings in wireshark-qt.cpp.Gerald Combs1-1/+5
2015-02-12Qt: Add the "new packet" window^Wdialog^Wwindow.Gerald Combs1-0/+1
2015-02-12WSDG: Start adding Qt material.Gerald Combs1-1/+1
2015-01-31Get rid of a trailing blank.Guy Harris1-1/+1
2015-01-31Fix a comment to reflect reality.Guy Harris1-2/+2
2015-01-31We need to get the pathname of the executable *before* running dumpcap.Guy Harris1-6/+6
2015-01-31No main window *to* update in the early argument list parsing.Guy Harris1-1/+1
2015-01-31This being C++, maybe we don't have to initialize ws_app until later.Guy Harris1-4/+3
2015-01-31Do the first-pass argument parsing before creating the WiresharkApplication.Guy Harris1-133/+120
2015-01-30Qt: Fix library path reset.Gerald Combs1-4/+38