aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-28Have commandline_other_options() directly fill in the global structure.Guy Harris1-1/+1
2016-06-28Make quit_after_cap an item in commandline_param_info_t.Guy Harris1-28/+27
2016-06-27qt: fix linking error with global_capture_optsPeter Wu1-4/+0
2016-06-26Add an RA_INTERFACES register action.Gerald Combs1-0/+2
2016-06-25Minor UI locale updates.Gerald Combs1-6/+6
2016-06-23Qt: Support the -j, -J, and -l command line flagsGerald Combs1-0/+16
2016-06-21pcap: Add support to "new" Npcap native mode without setting PATHYang Luo1-0/+1
2016-06-20Pull the options structure initialization into commandline_other_options().Guy Harris1-15/+0
2016-06-19Move some option checking to common code.Guy Harris1-48/+0
2016-06-19Pass the info strings directly to commandline_early_options().Guy Harris1-8/+6
2016-06-19Handle capture options in pcap-less Wireshark in the commandline_ routines.Guy Harris1-6/+0
2016-06-19Those aren't capture options, they're the options we must process early.Guy Harris1-1/+1
2016-06-19Get rid of an unused variable; set a structure member.Guy Harris1-1/+0
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-10/+10
2016-06-19Put #ifdef/#endif around a variable used only on Windows.Guy Harris1-1/+4
2016-06-19Refactor command-line handling of GUI options.Michael Mann1-566/+58
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-10/+10
2016-05-13Qt: add some cleanup function calls missing when leaving applicationPascal Quantin1-2/+18
2016-05-11Qt: fix loading of profile by command linePascal Quantin1-11/+13
2016-04-21Link version code statically againJoão Valverde1-1/+1
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-1/+0
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