aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-11Identify client/server by their IP address and port number in follow streams ...Pascal Quantin1-3/+9
2014-05-11Small fixes to Follow Streams dialog box:Pascal Quantin1-5/+5
2014-05-09Revert "Use g_ alloced memory (instead of emem) when printing fields. emem s...Evan Huus1-3/+1
2014-05-09Revert "Refactor Wiretap"Guy Harris3-4/+4
2014-05-09Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann1-1/+3
2014-05-09Refactor WiretapMichael Mann3-4/+4
2014-05-04GUI modules for LBM aka 29West dissectors.David Ameiss19-1/+8422
2014-04-25Support out-of-source checkapiStig Bjørlykke1-2/+4
2014-04-24Fix warning: extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1
2014-04-23Fix typo in comment (parameterts => parameter)Alexis La Goutte1-1/+1
2014-04-19More name changes.Guy Harris1-6/+6
2014-04-19Some routine name changes.Guy Harris2-2/+2
2014-04-15Update French translationAlexis La Goutte2-726/+771
2014-04-14Adjust path width for OS X & Linux.Gerald Combs1-1/+1