aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x11.c
AgeCommit message (Expand)AuthorFilesLines
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
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