aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris2-7/+35
2014-06-23[WIP] qt: Add support for Polish languageMichal Labedzki8-0/+943
2014-06-22Add a routine to return a version string including VCS information.Guy Harris12-35/+37
2014-06-21Move get_os_major_version() to wsutil and rename it to get_windows_major_vers...Guy Harris1-1/+2
2014-06-21cfutils.c is now part of libwsutils.Guy Harris1-1/+0
2014-06-21Move get_os_version_info() to libwsutil.Guy Harris2-0/+2
2014-06-21Move get_copyright_info() to wsutil.Guy Harris4-0/+4
2014-06-20Fix build without pcap.Guy Harris2-9/+0
2014-06-20Fix builds without pcap.Guy Harris1-1/+1
2014-06-20Also define LONGOPT_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-0/+1
2014-06-20Use OPTSTRING_CAPTURE_COMMON here as well.Guy Harris1-19/+3
2014-06-20Define OPTSTRING_CAPTURE_COMMON as nothing if we don't have pcap.Guy Harris1-14/+2
2014-06-20Add some long options for capture short options.Guy Harris1-1/+2
2014-06-20Add --help and --version long options.Guy Harris1-2/+4
2014-06-19Changed a cast (from guint to guint64) in a call to gtk_tree_store_set(). Th...dameiss1-1/+1
2014-06-19Save the size and position of the expert info dialogChris Maynard10-13/+77
2014-06-19Cleaned up some CLang dead assignment warnings.dameiss1-3/+2
2014-06-19Don't crash when closing the Summary window if the file has been closed.Jeff Morriss1-1/+1
2014-06-19gtk_table_new is deprecated in GTK3. Change to use grid instead, and usedameiss1-7/+9
2014-06-19Add GTK modules for existing LBM dissectors.dameiss7-0/+1372
2014-06-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin2-8/+9
2014-06-17Make sure we hide columns for live captures as well.Gerald Combs2-18/+11
2014-06-17Get QtShark building on Win7 with Qt 5.3.0 using Qt Creator.Tim Furlong6-6/+6
2014-06-17Qt: fix loading of language translationAlexis La Goutte2-0/+21
2014-06-16Column visibility fixups.Gerald Combs2-5/+15
2014-06-16More Python-bindings removal.Jeff Morriss3-17/+0
2014-06-16Hide hidden columns in Qt.Gerald Combs1-1/+5
2014-06-16Fix indent (Use 4spaces like end of the file and modelines infoAlexis La Goutte1-92/+92
2014-06-16Remove last remaining call to se_strdupEvan Huus1-5/+10
2014-06-16Remove last caller of se_strdup_printfEvan Huus2-2/+4
2014-06-16Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+1
2014-06-14Define INET6 for all platforms.Irene Ruengeler1-0/+4
2014-06-12Try to fix a used-but-not-set warning.Guy Harris1-1/+3
2014-06-12Capture Interfaces Dialog:Irene Ruengeler15-149/+924
2014-06-10rlc lte graph: Assigned value is garbage or undefined (clang analyzer)Alexis La Goutte1-0/+6
2014-06-09Add Modelines infoAlexis La Goutte1-0/+13
2014-06-06Add TFTP export for Qt tooAlexis La Goutte5-14/+22
2014-06-06Upgrade Windows builds to GnuTLS 3.1.22 and Gcrypt 1.6.0Pascal Quantin1-2/+5
2014-06-05Add a missing header file, and add new file to cmake buildMartin Mathieson1-0/+1
2014-06-05Add Object (file) export for files transferred over TFTP.Martin Mathieson6-1/+153
2014-06-03Qt: Export ObjectAlexis La Goutte1-1/+3
2014-05-28Use Q_UNUSED instead of _U_ruengeler1-1/+2
2014-05-28QIcon is not needed.ruengeler1-1/+0
2014-05-25Add support for dissecting non-packet records.Guy Harris10-16/+18
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris14-48/+44
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris13-74/+59
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris13-59/+74
2014-05-19Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann2-3/+6
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu2-2/+0
2014-05-17Guard closing capture window with ifdef.Evan Huus1-0/+2