aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-24Keep a list of all the x11_conv_data_t structures, so that when we'reguy1-21/+33
2005-02-02From Jon Ringle:etxrab1-4/+4
2005-01-16The keycode_first and keycode_count arguments to "listOfKeysyms()" canguy1-4/+8
2005-01-16Revert to the previous formatting of the item.guy1-7/+3
2005-01-16Display the keycode list for a modifier a bit differently (don't listguy1-12/+12
2004-12-25Again, some warnings removed.ulfl1-4/+4
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-10/+10
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-17IP addresses are always big-endian.guy1-1/+2
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+5382