aboutsummaryrefslogtreecommitdiffstats
path: root/wireshark-qt.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-30When issued with -v wireshark-qt prints version and exits.Dario Lombardo1-13/+24
2015-01-04Fix out-of-tree build includes of config.hGraham Bloice1-3/+3
2015-01-03Remove the testing stuff.Guy Harris1-11/+0
2015-01-03Stick some #define probes in on Windows.Guy Harris1-2/+12
2015-01-03Temporarily #if 0 out the call to read_keytab_file().Guy Harris1-1/+2
2015-01-03Support -K iff HAVE_KERBEROS is defined.Guy Harris1-3/+3
2015-01-01Declare read_keytab_file() in epan/dissectors/packet-kerberos.h.Guy Harris1-0/+6
2015-01-01Include "file.h" to get read_keytab_file() declared.Guy Harris1-0/+1
2015-01-01Move ui/qt/main.cpp to wireshark-qt.cpp, and get rid of the dummy.cpp hack.Guy Harris1-0/+1357