aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-10-08Bring back arg_list_utf_16to8(), but have it just do UTF-16-to-UTF-8 mapping.Guy Harris1-7/+4
2018-10-07Use wsetargv.obj, and wmain() rather than main(), on Windows.Guy Harris1-7/+29
2018-09-26prefs: add the option not to load interfaces on startup.Dario Lombardo1-1/+1
2018-09-26Qt: don't load the interfaces list if a capture file is used.Dario Lombardo1-1/+2
2018-09-09epan: Add argument to epan_init() to disable pluginsJoão Valverde1-1/+1
2018-08-29epan: Remove unnecessary all protocols registration callbackJoão Valverde1-2/+1
2018-06-26Windows: Fetch our version using RtlGetVersion.Gerald Combs1-2/+1
2018-06-08Qt: Move wireshark-qt.cpp back to ui/qt/main.cpp.Gerald Combs1-0/+952
2015-01-01Move ui/qt/main.cpp to wireshark-qt.cpp, and get rid of the dummy.cpp hack.Guy Harris1-1356/+0
2015-01-01Don't include header files that we don't appear to need.Guy Harris1-44/+1
2014-12-31We do stuff with signals only on UN*Xes.Guy Harris1-0/+2
2014-12-31Do the full string in get_{compiled,runtime}_version_info().Guy Harris1-8/+5
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-1/+0
2014-12-26Use getopt_long() for the first pass through the argument list.Guy Harris1-53/+82
2014-12-25Check for getopt_long(), not getopt().Guy Harris1-4/+6
2014-12-24Move twelve show_version() functions from the varoius programs andStephen Fisher1-16/+1
2014-12-20Qt: Add a CaptureFile class.Gerald Combs1-32/+4
2014-12-14Qt: Defer startup messages.Gerald Combs1-1/+1
2014-11-27Qt: Add long option for -R (--read-filter) and -Y (--display-filter)Alexis La Goutte1-0/+2
2014-11-26Qt: support the -R option to set a read filter on the command lineMartin Kaiser1-4/+3
2014-11-25Qt: support the -Y option to set an initial display filterMartin Kaiser1-1/+5
2014-11-15Do the "-z help" processing separately, and do it for Wireshark as well.Guy Harris1-0/+5
2014-11-14Rename stat_cmd_args.[ch] to stat_tap_ui.[ch].Guy Harris1-1/+1
2014-11-04Qt: Dynamic languagesMichal Labedzki1-39/+9
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs1-3/+3
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris1-1/+0
2014-10-16Added italian translation to qt.Dario Lombardo1-0/+3
2014-10-01Add tests for the Qt UI.Gerald Combs1-1/+1
2014-09-30Qt: Finish implementing -gGerald Combs1-4/+8
2014-09-30Qt: Try to fix libpcap-less builds.Gerald Combs1-1/+2
2014-09-30Qt: Start capture from the command line.Gerald Combs1-23/+197
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-09-26Move the console log handling code to ui/console.[ch].Gerald Combs1-86/+2
2014-09-25Update the simple dialog code.Gerald Combs1-1/+3
2014-09-20Fix sizing of qtshark based on the saved (recent) geometry.Jeff Morriss1-0/+1
2014-09-18Qt: add support for some more command line optionsPascal Quantin1-5/+183
2014-09-05adjust the path to the translation filesMartin Kaiser1-1/+1
2014-09-05Qt: Refactor ConversationDialog for endpoints.Gerald Combs1-1/+2
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-0/+1
2014-08-01Move the AirPcap stuff into caputils.Guy Harris1-2/+2
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-0/+3
2014-07-22Get rid of NO_INTERFACES_FOUND - it's not an error.Guy Harris1-10/+5
2014-07-21Add a warning that not all command line options are implementedJoerg Mayer1-0/+1
2014-07-20start support for the Japanese language in the Qt versionMartin Kaiser1-0/+3
2014-07-11Add plumbing for stat commands ("-z ...").Gerald Combs1-59/+86
2014-07-04Fix the no-libpcap build.Guy Harris1-3/+1
2014-07-04Move utility routines for capturing into a libcaputils static library.Guy Harris1-46/+9
2014-07-03Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris1-0/+4
2014-07-03Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris1-1/+2
2014-07-03Make --help and --version information a bit more uniform.Guy Harris1-4/+57