aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2013-12-12Create/use a number of extended value-strings;Bill Meier2-129/+145
2013-12-12Fix the path to dumpcap.Gerald Combs1-1/+1
2013-12-12Remove the checks for ../../lib. If it still exists it likely means thatGerald Combs1-10/+1
2013-12-12Update library searches to reflect r53780.Gerald Combs1-1/+10
2013-12-10From Deon van der Westhuysen via bug 9537:Gerald Combs1-3/+10
2013-12-10Trivial: The file name is prefs_capture.c, not capture_prefs.cChris Maynard1-1/+1
2013-12-10QComboBox::setCurrentText() exits in Qt3 and Qt5 but not Qt4.Gerald Combs1-3/+3
2013-12-10Fix prototypes.Gerald Combs2-4/+4
2013-12-10Add "Decode As" to the packet list and protocol tree context menus.Gerald Combs7-12/+24
2013-12-10Fix compilation on Windows.Gerald Combs2-4/+9
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs12-93/+881
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler2-1/+9
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler2-6/+9
2013-12-10Removed debug output.Stig Bjørlykke1-1/+0
2013-12-09Fix warningsJakub Zawadzki23-25/+25
2013-12-08Fix some warnings: cast discards `__attribute__((const))' qualifier from poin...Jakub Zawadzki8-9/+9
2013-12-08From David Ameiss via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9509Alexis La Goutte1-1/+1
2013-12-08From Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte4-98/+145
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-2/+2
2013-12-06From Thomas ERSFELD (GSoC13)Alexis La Goutte1-0/+2
2013-12-06Fix warning when launch Qt PortAlexis La Goutte2-4/+5
2013-12-06Fix ui/qt/capture_interfaces_dialog.ui: Warning: The name 'layoutWidget' (QWi...Alexis La Goutte1-10/+10
2013-12-05Include epan/conv_id.h - some of the buildbot machines have errors without itMartin Mathieson1-0/+1
2013-12-05Make launching TCP graphs from conversations window work again, by supplying ...Martin Mathieson4-4/+13
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris2-7/+10
2013-12-04- Include config.hJörg Mayer1-6/+6
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki2-2/+2
2013-12-03Include <epan/dfilter/dfilter.h> in files that use display filterGuy Harris1-0/+1
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki13-4/+20
2013-12-03- Fix lots of "C:\wireshark\trunk\ui\qt\qcustomplot.cpp(16589) :Jörg Mayer1-1548/+1548
2013-12-03Dissectors should not use dfilter.h, don't include it.Jakub Zawadzki2-1/+3
2013-12-03Move stats_tree_stat.c back to clean files.Jörg Mayer1-2/+1
2013-12-02Link with -lcodecs on UN*X as well. Link with -lwsutil afterGuy Harris1-1/+1
2013-12-02Explicitly convert an int to an enum.Guy Harris1-1/+1
2013-12-02Specify SI units for the max filesize autostop condition. For now, keep the ...Chris Maynard2-20/+20
2013-12-02Use g_strlcpy() and g_strlcat() to squelch API checker warnings.Guy Harris1-4/+6
2013-12-02Use ws_fopen() so we properly handle UTF-8 file names on Windows.Guy Harris1-1/+2
2013-12-02stats_tree_stat.c currently procudes warnings - move to dirtyJörg Mayer1-1/+6
2013-12-02Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+4
2013-12-02Don't include wslua headers if we don't have Lua.Guy Harris1-0/+2
2013-12-02We need to link with the codecs library.Guy Harris1-1/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris7-56/+66
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann2-3/+13
2013-12-01Move codecs.[ch] out of epan and into codecs directory.Michael Mann1-1/+1
2013-11-30Fix indentation.Guy Harris1-12/+12
2013-11-30Strings are usually unwritable; squelch "constness is being assignedGuy Harris1-2/+2
2013-11-30Squelch a "parentheses suggested" warning.Guy Harris1-3/+3
2013-11-29When a snaplength isn't specifically set by the user, the default snaplength ...Chris Maynard1-25/+5
2013-11-29Stats_tree enhancements for sorting, averages and burst rate. Bug 9452 (http...Michael Mann5-94/+428
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki2-0/+2