aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-25cleanup some unnecessary g_malloc callsMichael Mann1-44/+9
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-07-03Improve use of the value_string x11_keysym_vals_source[]:Bill Meier1-15/+32
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+2
2012-05-12"byte_order" is an encoding value, so it should be guint.Guy Harris1-6/+6
2012-05-12Fix a compile errorBill Meier1-1/+1
2012-05-12Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-171/+167
2012-05-12hf_x11_keycodes is an FT_NONE; use ENC_NA with it.Guy Harris1-2/+2
2012-05-12string16_with_buffer_preallocated() takes a byte-order gboolean as itsGuy Harris1-1/+1
2012-05-12Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-39/+46
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2011-07-09If the reply length is < 32, that's an overflow, not a bug in theGuy Harris1-1/+3
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+1
2011-05-27Use a non-volatile temporary variable as a parameter to DISSECTOR_ASSERT().Chris Maynard1-2/+8
2011-05-27Fix a gcc 4.6 error: "variable might be clobbered by 'longjmp' or 'vfork' [-W...Bill Meier1-1/+1
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-8/+15
2011-02-18Try to fix more Clang scan-build warnings.Gerald Combs1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-12-14Minor cleanup:Bill Meier1-3418/+3418
2010-05-18Use val_to_str() instead of match_strval() to ensure we get a non-NULL result.Jeff Morriss1-4/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-19/+2
2010-04-21From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4701 :Jeff Morriss1-2/+19
2010-04-20From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4481 :Jeff Morriss1-0/+14
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-2/+2
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-2/+2
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-2/+2
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-12/+14
2009-10-25From Jakub Zawadzki:Anders Broman1-4/+1
2009-09-11From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :Jeff Morriss1-28/+283
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-5/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-04-04tvbuff.[ch]: Accept more size_t's.Gerald Combs1-31/+14
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-19Back out r27047 and r27053.Gerald Combs1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.Gerald Combs1-1/+1
2008-11-22From Peter (bug 2942):Stig Bjørlykke1-1/+1
2008-10-27From Tom Hughes:Jaap Keuter1-13/+51
2008-10-24From Tom Hughes:Jaap Keuter1-0/+15
2008-10-18From Peter Harris:Jaap Keuter1-8/+12
2008-10-04Add safety against possible endless loop.Jaap Keuter1-1/+1
2008-09-26Minor cleanups related to proto_reg_handoffBill Meier1-3/+0
2008-03-17There are several g_malloc()'d things hanging off x11_conv_data_t's so don't ...Jeff Morriss1-155/+161
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-04-23Just use -1 to go to the end of a tvbuff.Guy Harris1-3/+1
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-02-27from dieder:Anders Broman1-1/+1
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-12/+22
2005-09-21fix #372: the bug raised a "division by zero" exception. I've add a check for...Ulf Lamping1-1/+3