aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk
AgeCommit message (Expand)AuthorFilesLines
2013-12-10Get the "Decode As" dialog working, albeit with a few warts. It differsGerald Combs2-32/+12
2013-12-10Use PT_TXTMOD_NONE for columns that should not be editable.Irene Rüngeler1-1/+7
2013-12-10Do not show uat preferences if not registered for the gui.Irene Rüngeler1-3/+4
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 Deon van der Westhuysen via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte1-4/+2
2013-12-07Rename base_display_* to field_displayJakub Zawadzki1-2/+2
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 Mathieson3-4/+10
2013-12-05Initialize the error-reporting routines before scanning for plugins, asGuy Harris1-3/+5
2013-12-03Avoid including <epan/epan.h> in dissectors.Jakub Zawadzki2-2/+2
2013-12-03When including <epan/prefs.h> don't force inclusion of <epan/uat.h>Jakub Zawadzki11-3/+17
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-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-02Don't include wslua headers if we don't have Lua.Guy Harris1-0/+2
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris6-55/+42
2013-12-01Patch to include YAML export. Bug 9452 (https://bugs.wireshark.org/bugzilla/s...Michael Mann1-2/+12
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 Mann2-79/+326
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki3-25/+25
2013-11-29Restore disabled "decode as" settings.Gerald Combs1-3/+3
2013-11-28Adjust fc_stat.c to use newer fc_exchange_t structure for its stats.Michael Mann1-2/+2
2013-11-27While r53608 fixed the "Use promiscuous mode on all interfaces" toggle button...Chris Maynard1-1/+4
2013-11-27OK, capture_all is only ever set to TRUE or FALSE, so just use it directly.Chris Maynard1-1/+1
2013-11-27Make "Capture on all interfaces" toggle button behave properly, particularly ...Chris Maynard1-8/+10
2013-11-27Make "Use promiscuous mode on all interfaces" toggle button work properly again.Chris Maynard1-4/+2
2013-11-26Note why refresh_local_interface_lists() is being called in variousGuy Harris5-2/+19
2013-11-26Add explanatory comments.Guy Harris1-1/+13
2013-11-26Fix indentation.Guy Harris1-1/+1
2013-11-25Clean up indentation, add a comment, use "== 0" to test the result ofGuy Harris1-8/+13
2013-11-25Blank after comma for all arguments in that call.Guy Harris1-1/+1
2013-11-24Rmove packet_info argument from packet_list_append(), never used.Jakub Zawadzki1-1/+1
2013-11-23Always check cf->edt before dereferencing it, so that Coverity doesn'tGuy Harris1-6/+6
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann3-2/+6
2013-11-23Replace similar code with a common routine.Gerald Combs3-55/+3
2013-11-22Remove a commented-out duplicate dissector_table definition.Gerald Combs1-11/+0
2013-11-22Add an initial "Decode As" dialog. Currently read-only.Gerald Combs1-2/+2
2013-11-22Move common "decode as" preference code to epan.Gerald Combs3-251/+17
2013-11-21Remove an unused function.Gerald Combs1-6/+0
2013-11-21Remove packet_info->ipproto and packet_info->ethertype uses in the GUI. Conv...Michael Mann3-28/+118