aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Strip some trailing whitespace; Fix some indentation; Add editor-modelines as...Bill Meier2014-07-112-23/+23
* Revert "See if we can get rid of the "lib" in front of "wsutil" on Windows."Guy Harris2014-07-101-2/+2
* See if we can get rid of the "lib" in front of "wsutil" on Windows.Guy Harris2014-07-091-2/+2
* Add back actionFileQuit.Gerald Combs2014-07-091-0/+16
* Fix a "recent items" crash.Gerald Combs2014-07-093-23/+19
* Merge capture->interfaces and capture->optionsEvan Huus2014-07-093-24/+1
* Wireshark Qt: Fix recent (update the list of file when quit Wireshark)Alexis La Goutte2014-07-092-25/+10
* don't print the interface description if it's nullMartin Kaiser2014-07-081-1/+3
* Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte2014-07-081-25/+34
* Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte2014-07-081-2/+3
* Update README.qt and add todo items.Gerald Combs2014-07-071-0/+1
* Qt: Cache packet list column strings.Gerald Combs2014-07-074-122/+237
* Clean up handling of missing functions.Guy Harris2014-07-061-1/+1
* GTK: fix crash when closing Capture Options dialog box on WindowsPascal Quantin2014-07-061-1/+1
* Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte2014-07-061-1/+1
* Add missing /AndersBroman2014-07-041-1/+1
* Fix the no-libpcap build.Guy Harris2014-07-041-3/+1
* Move utility routines for capturing into a libcaputils static library.Guy Harris2014-07-0420-118/+51
* Remove accidental trailing \Evan Huus2014-07-041-1/+1
* Sort by name list of fileAlexis La Goutte2014-07-041-15/+16
* Rename and move ui/stat_menu.h to epan/stat_groups.h.Guy Harris2014-07-0387-162/+85
* Include <sys/capaibility.h> to get _LINUX_CAPABILITY_VERSION defined.Guy Harris2014-07-032-0/+8
* Include "capture-pcap-util.h" even if we don't have libpcap.Guy Harris2014-07-032-2/+4
* Make --help and --version information a bit more uniform.Guy Harris2014-07-032-10/+113
* Regularize the help output of programs.Guy Harris2014-07-032-13/+9
* Regularize the first line of version output.Guy Harris2014-07-032-4/+4
* Manage InterfacesIrene Ruengeler2014-07-0215-15/+1003
* Use G_GNUC_PRINTF() for simple_message_box().Guy Harris2014-07-011-5/+1
* Fix the QT build on Qt 5.3 or later to use the windeployqt toolGraham Bloice2014-07-011-7/+16
* Keep VS Code Analysis happyBalint Reczey2014-07-011-1/+1
* Log2() and exp2() are missing on WindowsBalint Reczey2014-07-011-1/+1
* Add a comment that appears in other programs.Guy Harris2014-07-012-0/+2
* Squelch some warnings.Guy Harris2014-07-012-5/+5
* Increase space allocated for IO Graph slower after 1 million itemsBalint Reczey2014-07-011-1/+3
* GTK: Unlimited, dynamically allocated IO GraphBalint Reczey2014-07-011-58/+44
* Fix access to uninitialised valuesBalint Reczey2014-07-011-0/+2
* Reflect the move of filters.c to libui.Guy Harris2014-06-301-0/+1
* Do startup things in an order more like that of gtkshark.Guy Harris2014-06-301-47/+48
* Always set the crash information.Guy Harris2014-06-301-1/+1
* Get rid of trailing blank line.Guy Harris2014-06-301-1/+0
* Move filters.[ch] to libui.Guy Harris2014-06-307-6/+704
* Move stat_menu.h to libui.Guy Harris2014-06-3087-85/+162
* Move proto_hier_stats.[ch] to libui.Guy Harris2014-06-306-3/+393
* Get rid of another unused routine.Guy Harris2014-06-301-20/+0
* Get rid of unused routine.Guy Harris2014-06-301-33/+0
* Move capture.[ch] to libui.Guy Harris2014-06-3020-16/+925
* Make a routine unused outside capture_ui_utils.c static.Guy Harris2014-06-302-10/+1
* Move capture_session.h to capchild; what it declares is defined there.Guy Harris2014-06-307-7/+7
* Move capture_ui_utils.[ch] to libui.Guy Harris2014-06-3019-16/+732
* clopts_common.c is now part of wsutil.Guy Harris2014-06-301-1/+0