aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-23Fix typo in comment (parameterts => parameter)Alexis La Goutte2-2/+2
2014-04-23CaptureDialog: Fix IF type for user created pipeRoland Knall1-0/+1
2014-04-22Fix ASAN error due to invalid typePeter Wu1-7/+5
2014-04-21Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some ...Bill Meier2-0/+4
2014-04-21Replace linked list of proto fields with arrayEvan Huus3-9/+10
2014-04-19More name changes.Guy Harris7-37/+37
2014-04-19Some routine name changes.Guy Harris16-59/+59
2014-04-15Fix crash on invalid SSH_CONNECTION and SSH_CLIENT valuesPeter Wu1-11/+12
2014-04-15ui/gtk/voip_calls: Fix minor memleakPeter Wu1-6/+2
2014-04-15Update French translationAlexis La Goutte2-726/+771
2014-04-14Fix Argument with 'nonnull' attribute passed null found by ClangAlexis La Goutte1-4/+6
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-0/+2
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-2/+12
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-1/+3
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-4/+4
2014-04-14Adjust path width for OS X & Linux.Gerald Combs1-1/+1
2014-04-14lrelease / lupdate translation filesAlexis La Goutte4-154/+51
2014-04-14Fix typo (double at...)Alexis La Goutte1-1/+1
2014-04-14Fix typo (Link size => Link type) in Qt Summary windowAlexis La Goutte1-1/+1
2014-04-14path is used only for libsmi and geoipMartin Kaiser1-1/+1
2014-04-14Enhance translation (rename also pixel => Pixel to avoid similar string...)Alexis La Goutte1-8/+8
2014-04-14lupdate / lrelease translation file...Alexis La Goutte7-2629/+4713
2014-04-14Enhance translation (rename toolTip to avoid similar string...)Alexis La Goutte2-10/+10
2014-04-13Replace QTableWidgets with QLabels + HTML tables.Gerald Combs3-153/+185
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris6-6/+18
2014-04-10Fix called C++ object pointer is null found by Clang AnalyzerAlexis La Goutte1-5/+15
2014-04-07Add a Qt I/O Graph dialog.Gerald Combs27-433/+3577
2014-04-03Remove garbage character inadvertantly introduced in the previous commit.Bill Meier1-1/+1
2014-04-03(Pedantic): set editor modelines tab-width & etc to 8; Also: fix some indenta...Bill Meier3-10/+10
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-4/+3