aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
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()AndersBroman2-3/+3
2014-05-12Ignore SIGPIPE on systems that have it.Gerald Combs1-0/+7
2014-05-12Fix tshark -z follow,tcp stats regression when TCP stream index is > 0Pascal Quantin1-2/+2
2014-05-11Identify client/server by their IP address and port number in follow streams ...Pascal Quantin4-9/+23
2014-05-11Fix display of unidirectional follow TCP/UDP streamsPascal Quantin2-7/+7
2014-05-11Small fixes to Follow Streams dialog box:Pascal Quantin3-7/+7
2014-05-09Revert "Use g_ alloced memory (instead of emem) when printing fields. emem s...Evan Huus2-6/+3
2014-05-09Revert "Refactor Wiretap"Guy Harris17-26/+26
2014-05-09Use g_ alloced memory (instead of emem) when printing fields. emem shouldn't...Michael Mann2-3/+6
2014-05-09Refactor WiretapMichael Mann17-26/+26
2014-05-04GUI modules for LBM aka 29West dissectors.David Ameiss19-1/+8422
2014-05-01Fix -Wunreachable-code found by ClangAlexis La Goutte1-23/+0
2014-05-01Unreachable code in ui/gtk/main.cAlexis La Goutte1-4/+4
2014-04-29prefs: spelling fix, simplify codePeter Wu1-19/+10
2014-04-29gtk: fix glib assert for dialogs without cancelPeter Wu1-1/+1
2014-04-25Move the XXX-to-UTF-8 loops to routines in epan/charsets.c.Guy Harris1-0/+1
2014-04-25Support out-of-source checkapiStig Bjørlykke4-8/+16
2014-04-24Fix warning: extra ‘;’ [-Wpedantic]Alexis La Goutte1-1/+1