Don't call the hci_usb dissector through a dissector table.
[metze/wireshark/wip.git] / wireshark-qt.cpp
2016-02-04 Peter WuFix memleaks related to get_dirname
2016-02-01 Roland Knallextcap: Add Save functionality to options dialog
2016-01-01 Guy HarrisNo need for toolkit-dependent color initialization.
2015-12-29 Alexis La GoutteQt: Add support of gui.window_title
2015-12-28 Michael MannRefactor GUI dependencies out of color_filters.[ch...
2015-12-19 Michael MannAllow "capture info data" to not be a singleton.
2015-12-16 Pascal QuantinQt: save custom colors in recent_common file
2015-12-15 Pascal QuantinQt: apply '-Y' display filter unconditionally and not...
2015-12-14 João ValverdeMake init_progfile_dir() take a function pointer [...
2015-12-13 Stig BjørlykkeQt: Start with correct seconds format
2015-12-12 João ValverdeRemove -Wwrite-strings compiler flag
2015-12-10 Stig BjørlykkeQt: Reset preferences when reloading Lua plugins
2015-12-04 Guy HarrisMore libcodecs -> libwscodecs.
2015-11-11 Pascal QuantinUpdate user guide for development release
2015-10-28 Guy HarrisCatch REPORT_DISSECTOR_BUG() calls in dissector registr...
2015-10-04 Peter WuFix various memleaks
2015-10-02 Gerald CombsQt: Show the QtMultimedia status.
2015-09-11 Gerald CombsFix a bunch of leaks found by Valgrind.
2015-07-25 Hadriel KaplanDNS: move DNS name resolution pref to Name Resolution...
2015-07-22 Pascal QuantinFix retrieval of data link type supported by remote...
2015-07-17 Jim YoungAdd new long options to GUIs to allow arbitrary protoco...
2015-07-15 Pascal QuantinQt: fix detection of WinPcap / AirPcap
2015-07-14 Michael MannAdd a "heuristic dissectors" tab to the Enable Protocol...
2015-07-08 Gerald CombsAdd SimpleStatisticsDialog.
2015-07-07 Gerald CombsAdd ResponseTimeDelayDialog.
2015-07-03 Gerald CombsAdd ServiceResponseTimeDialog.
2015-06-17 Pascal QuantinQt: fix a crash when closing application under Windows
2015-06-16 Gerald CombsQt: Make sure we have usable command line arguments.
2015-06-16 Gerald CombsAdd the wireless toolbar.
2015-05-31 Guy HarrisDon't create a GLib main loop.
2015-05-06 Guy HarrisHave global_capture_opts if we either have pcap or...
2015-05-03 Pascal QuantinQt: remove a debug log showing the plugins path at...
2015-03-25 Guy HarrisHave a #define for whether the capture buffer size...
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-02-24 Gerald CombsQt: Apply recent settings.
2015-02-20 Guy HarrisJust have init_progfile_dir() take a void pointer.
2015-02-18 Gerald CombsFix various warnings in wireshark-qt.cpp.
2015-02-12 Gerald CombsQt: Add the "new packet" window^Wdialog^Wwindow.
2015-02-12 Gerald CombsWSDG: Start adding Qt material.
2015-01-31 Guy HarrisGet rid of a trailing blank.
2015-01-31 Guy HarrisFix a comment to reflect reality.
2015-01-31 Guy HarrisWe need to get the pathname of the executable *before...
2015-01-31 Guy HarrisNo main window *to* update in the early argument list...
2015-01-31 Guy HarrisThis being C++, maybe we don't have to initialize ws_ap...
2015-01-31 Guy HarrisDo the first-pass argument parsing before creating...
2015-01-30 Gerald CombsQt: Fix library path reset.
2015-01-30 Dario LombardoWhen issued with -v wireshark-qt prints version and...
2015-01-04 Graham BloiceFix out-of-tree build includes of config.h
2015-01-03 Guy HarrisRemove the testing stuff.
2015-01-03 Guy HarrisStick some #define probes in on Windows.
2015-01-03 Guy HarrisTemporarily #if 0 out the call to read_keytab_file().
2015-01-03 Guy HarrisSupport -K iff HAVE_KERBEROS is defined.
2015-01-01 Guy HarrisDeclare read_keytab_file() in epan/dissectors/packet...
2015-01-01 Guy HarrisInclude "file.h" to get read_keytab_file() declared.
2015-01-01 Guy HarrisMove ui/qt/main.cpp to wireshark-qt.cpp, and get rid...