Document the new Copy Profile button.
[obnox/wireshark/wip.git] / epan / dissectors / packet-vnc.c
2009-12-15 sfisherFix a number of copy & paste errors introduced over...
2009-12-15 jakeFrom Yaniv Kaul:
2009-12-12 jakeFrom Yaniv Kaul:
2009-11-17 dimegRemove the address operator from value_string arrays...
2009-09-24 krj* Prefer col_append_str instead of col_append_fstr...
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 krjDon't guard col_clear with col_check
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-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-31 sfisherChange my e-mail address
2009-05-18 geraldRemove unnecessary tree checks pointed out by Stig.
2009-05-18 guyClean up indentation.
2009-05-18 geraldFrom Yaniv Kaul via bug 3215:
2009-05-13 etxrabApply some of the patches from:
2009-05-08 wmeierFT_BOOLEAN fields w/o bitmasks really should use BASE_N...
2008-12-20 wmeierFix various typos and spelling errors (mostly in text...
2008-12-02 jmayerTrivial warning fixes
2008-11-30 sfisherFix copy & paste typo
2008-11-23 stigFrom Federico Mena Quintero (bug 3070):
2008-09-15 jakeFix for bug 2875:
2008-09-03 wmeierCleanup related to prefs & proto_reg_handoff
2008-04-09 etxrabRemove:
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-06 sahlberguse strcasecmp instead of g_ascii_strcasecmp
2007-11-03 sfisherAdd partial support for TightVNC packet dissection...
2007-10-30 sfisherMinor correction to protocol behavior handling when...
2007-10-30 sfisherFix for issue #1 in bug #1947 by doing a major overhaul...
2007-03-23 ulflfix some more warnings (type casts)
2007-03-09 jmayerGCC warning fixes
2007-02-21 sfisherMajor overhaul of VNC dissector: split everything into...
2006-10-31 geraldEscape non-ASCII characters in the client and server...
2006-10-03 etxrabFrom Stephen Fisher:
2006-09-05 etxrabFrom Stephen Fisher:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-01-05 jmayerBill Meier:
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-28 sahlbergememify some more tvb_get_string() calls
2005-03-14 ulflVery first start of a dissection of the VNC (RFB) protocol.