packet-skinny.c is a generated file nowadays.
[metze/wireshark/wip.git] / wireshark-qt.cpp
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...