aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-25cleanup some unnecessary g_malloc callsmmann1-44/+9
2012-08-10Use val_to_str_const() where appropriate;wmeier1-1/+1
2012-07-03Improve use of the value_string x11_keysym_vals_source[]:wmeier1-15/+32
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-176/+178
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-7/+7
2011-07-09If the reply length is < 32, that's an overflow, not a bug in theguy1-1/+3
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-2/+1
2011-05-27Use a non-volatile temporary variable as a parameter to DISSECTOR_ASSERT().cmaynard1-2/+8
2011-05-27Fix a gcc 4.6 error: "variable might be clobbered by 'longjmp' or 'vfork' [-W...wmeier1-1/+1
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :morriss1-8/+15
2011-02-18Try to fix more Clang scan-build warnings.gerald1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-12-14Minor cleanup:wmeier1-3418/+3418
2010-05-18Use val_to_str() instead of match_strval() to ensure we get a non-NULL result.morriss1-4/+3
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-19/+2
2010-04-21From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4701 :morriss1-2/+19
2010-04-20From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4481 :morriss1-0/+14
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-2/+2
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-2/+2
2010-04-02From Yaniv Kaul: constify parameterswmeier1-2/+2
2010-01-26Fix some gcc -Wshadow warningswmeier1-12/+14
2009-10-25From Jakub Zawadzki:etxrab1-4/+1
2009-09-11From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :morriss1-28/+283
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-5/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-04-04tvbuff.[ch]: Accept more size_t's.gerald1-31/+14
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-19Back out r27047 and r27053.gerald1-1/+1
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald1-1/+1
2008-11-22From Peter (bug 2942):stig1-1/+1
2008-10-27From Tom Hughes:jake1-13/+51
2008-10-24From Tom Hughes:jake1-0/+15
2008-10-18From Peter Harris:jake1-8/+12
2008-10-04Add safety against possible endless loop.jake1-1/+1
2008-09-26Minor cleanups related to proto_reg_handoffwmeier1-3/+0
2008-03-17There are several g_malloc()'d things hanging off x11_conv_data_t's so don't ...morriss1-155/+161
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-04-23Just use -1 to go to the end of a tvbuff.guy1-3/+1
2007-03-26From Sebastien Tandel sahlberg1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-02-27from dieder:etxrab1-1/+1
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-12/+22
2005-09-21fix #372: the bug raised a "division by zero" exception. I've add a check for...ulfl1-1/+3
2005-08-20remove sprintf from pgm and x11sahlberg1-16/+21
2005-08-14ememify packet-x11sahlberg1-44/+5
2005-08-12more gmemchunk->se_alloc() improvementssahlberg1-9/+2
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-3/+3
2005-06-26packet-x11.c(1780) : warning C4090: 'function' : different 'const' qualifiersulfl1-2/+2
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!ulfl1-2/+2