aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2014-06-30Move capture.[ch] to libui.Guy Harris7-7/+6
2014-06-30Move capture_session.h to capchild; what it declares is defined there.Guy Harris3-3/+3
2014-06-30Move capture_ui_utils.[ch] to libui.Guy Harris7-7/+12
2014-06-30clopts_common.c is now part of wsutil.Guy Harris1-1/+0
2014-06-29Move some more stuff into wsutil.Guy Harris1-14/+8
2014-06-29Standardize the names of, and document, the taps and heuristic dissector tabl...David Ameiss2-2/+2
2014-06-27Use GQueue for generating statisticsBalint Reczey3-6/+5
2014-06-25List elided_label.h only once.Irene Ruengeler1-1/+0
2014-06-24Another capchild.lib -> libcapchild.lib.Guy Harris1-1/+1
2014-06-24Add libcapchild, remove the files that are now in it.Guy Harris1-4/+2
2014-06-24For capchild headers, include <capchild/XXX.h>.Guy Harris1-2/+2
2014-06-23Don't report the run-time version of pcap if we weren't built with pcap.Guy Harris1-0/+2
2014-06-23Have individual programs get libpcap and libz version info.Guy Harris1-5/+17
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 Harris4-12/+13
2014-06-21cfutils.c is now part of libwsutils.Guy Harris1-1/+0
2014-06-21Move get_copyright_info() to wsutil.Guy Harris2-0/+2
2014-06-20Fix build without pcap.Guy Harris1-5/+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-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-19Add the ability to dynamically add a new protocol to export PDU dialog boxPascal Quantin1-4/+5
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 Morriss2-8/+0
2014-06-16Hide hidden columns in Qt.Gerald Combs1-1/+5
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-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-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 Harris2-2/+2
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris3-8/+8
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris3-22/+17
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris3-17/+22
2014-05-19Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann1-1/+3
2014-05-17Guard closing capture window with ifdef.Evan Huus1-0/+2
2014-05-15Do not leave the Options Interfaces Dialog open, when the Main Window is closed.ruengeler1-0/+1
2014-05-14The filter string can only be valid, if an interface is selected.ruengeler1-1/+1
2014-05-13Use pre-scan command line parameters with double while(opt=getopt...)Alexis La Goutte1-68/+141
2014-05-13isprint() -> g_ascii_isprint()AndersBroman1-2/+2
2014-05-12Ignore SIGPIPE on systems that have it.Gerald Combs1-0/+7