Rename the routines that handle dissector tables with unsigned integer
[obnox/wireshark/wip.git] / epan / dissectors / packet-x11.c
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-14 wmeierMinor cleanup:
2010-05-18 morrissUse val_to_str() instead of match_strval() to ensure...
2010-05-13 morrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-04-21 morrissFrom Peter Harris via https://bugs.wireshark.org/bugzil...
2010-04-20 morrissFrom Peter Harris via https://bugs.wireshark.org/bugzil...
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-01-26 wmeierFix some gcc -Wshadow warnings
2009-10-25 etxrabFrom Jakub Zawadzki:
2009-09-11 morrissFrom Peter Harris via https://bugs.wireshark.org/bugzil...
2009-08-09 krjDon't guard col_set_str (COL_INFO) with col_check
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-04-04 geraldtvbuff.[ch]: Accept more size_t's.
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-12-19 geraldBack out r27047 and r27053.
2008-12-18 geraldUpdate calls to proto_tree_add_bytes_format to reflect...
2008-11-22 stigFrom Peter (bug 2942):
2008-10-27 jakeFrom Tom Hughes:
2008-10-24 jakeFrom Tom Hughes:
2008-10-18 jakeFrom Peter Harris:
2008-10-04 jakeAdd safety against possible endless loop.
2008-09-26 wmeierMinor cleanups related to proto_reg_handoff
2008-03-17 morrissThere are several g_malloc()'d things hanging off x11_c...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-04-23 guyJust use -1 to go to the end of a tvbuff.
2007-03-26 sahlbergFrom Sebastien Tandel
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-02-27 etxrabfrom dieder:
2006-01-20 jmayerpacket-bgp.c: Fix incorrect use of g_snprintf return...
2005-09-21 ulflfix #372: the bug raised a "division by zero" exception...
2005-08-20 sahlbergremove sprintf from pgm and x11
2005-08-14 sahlbergememify packet-x11
2005-08-12 sahlbergmore gmemchunk->se_alloc() improvements
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-26 ulflpacket-x11.c(1780) : warning C4090: 'function' : differ...
2005-06-10 ulfljust to get things straight: a dissector should *never...
2005-03-24 guyKeep a list of all the x11_conv_data_t structures,...
2005-02-02 etxrabFrom Jon Ringle:
2005-01-16 guyThe keycode_first and keycode_count arguments to "listO...
2005-01-16 guyRevert to the previous formatting of the item.
2005-01-16 guyDisplay the keycode list for a modifier a bit different...
2004-12-25 ulflAgain, some warnings removed.
2004-12-25 ulfla lot of warnings removed, most of them about pointer...
2004-09-27 guyMove prefs.c and prefs.h into the epan subdirectory.
2004-09-17 guyIP addresses are always big-endian.
2004-08-21 ulflPrevent the word "desegmentation" at the GUI, but use...
2004-07-18 gramMove dissectors to epan/dissectors directory.