Replace blurbs that match the name (case insensitive) with NULL.
[metze/wireshark/wip.git] / epan / dissectors / packet-vnc.c
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-02-13 Bill MeierFrom Yaniv Kaul: minor changes + smallest additions
2010-01-08 Bill MeierRemove unneeded #includes.
2010-01-07 Bill MeierFrom Yaniv Kaul: VNC dissector cleanups and minor changes.
2009-12-15 Stephen FisherFix a number of copy & paste errors introduced over...
2009-12-15 Jaap KeuterFrom Yaniv Kaul:
2009-12-12 Jaap KeuterFrom Yaniv Kaul:
2009-11-17 Gerasimos DimitriadisRemove the address operator from value_string arrays...
2009-09-24 Kovarththanan Raja... * Prefer col_append_str instead of col_append_fstr...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO) with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-31 Stephen FisherChange my e-mail address
2009-05-18 Gerald CombsRemove unnecessary tree checks pointed out by Stig.
2009-05-18 Guy HarrisClean up indentation.
2009-05-18 Gerald CombsFrom Yaniv Kaul via bug 3215:
2009-05-13 Anders BromanApply some of the patches from:
2009-05-08 Bill MeierFT_BOOLEAN fields w/o bitmasks really should use BASE_N...
2008-12-20 Bill MeierFix various typos and spelling errors (mostly in text...
2008-12-02 Jörg MayerTrivial warning fixes
2008-11-30 Stephen FisherFix copy & paste typo
2008-11-23 Stig BjørlykkeFrom Federico Mena Quintero (bug 3070):
2008-09-15 Jaap KeuterFix for bug 2875:
2008-09-03 Bill MeierCleanup related to prefs & proto_reg_handoff
2008-04-09 Anders BromanRemove:
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-06 Ronnie Sahlberguse strcasecmp instead of g_ascii_strcasecmp
2007-11-03 Stephen FisherAdd partial support for TightVNC packet dissection...
2007-10-30 Stephen FisherMinor correction to protocol behavior handling when...
2007-10-30 Stephen FisherFix for issue #1 in bug #1947 by doing a major overhaul...
2007-03-23 Ulf Lampingfix some more warnings (type casts)
2007-03-09 Jörg MayerGCC warning fixes
2007-02-21 Stephen FisherMajor overhaul of VNC dissector: split everything into...
2006-10-31 Gerald CombsEscape non-ASCII characters in the client and server...
2006-10-03 Anders BromanFrom Stephen Fisher:
2006-09-05 Anders BromanFrom Stephen Fisher:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2006-01-05 Jörg MayerBill Meier:
2005-08-10 Ronnie Sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-07-28 Ronnie Sahlbergememify some more tvb_get_string() calls
2005-03-14 Ulf LampingVery first start of a dissection of the VNC (RFB) protocol.