aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vnc.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-02Trivial warning fixesJörg Mayer1-1/+1
2008-11-30Fix copy & paste typoStephen Fisher1-1/+1
2008-11-23From Federico Mena Quintero (bug 3070):Stig Bjørlykke1-106/+762
2008-09-15Fix for bug 2875:Jaap Keuter1-1/+6
2008-09-03Cleanup related to prefs & proto_reg_handoffBill Meier1-33/+31
2008-04-09Remove:Anders Broman1-3/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-3/+7
2007-11-06use strcasecmp instead of g_ascii_strcasecmpRonnie Sahlberg1-3/+3
2007-11-03Add partial support for TightVNC packet dissection (work in progress). Stephen Fisher1-7/+195
2007-10-30Minor correction to protocol behavior handling when security type "none" isStephen Fisher1-4/+6
2007-10-30Fix for issue #1 in bug #1947 by doing a major overhaul of how the firstStephen Fisher1-311/+294
2007-03-23fix some more warnings (type casts)Ulf Lamping1-1/+1
2007-03-09GCC warning fixesJörg Mayer1-3/+6
2007-02-21Major overhaul of VNC dissector: split everything into its own function andStephen Fisher1-375/+1399
2006-10-31Escape non-ASCII characters in the client and server protocol version strings.Gerald Combs1-61/+61
2006-10-03From Stephen Fisher:Anders Broman1-0/+6
2006-09-05From Stephen Fisher:Anders Broman1-159/+1129
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-7/+7
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-07-28ememify some more tvb_get_string() callsRonnie Sahlberg1-2/+1
2005-03-14Very first start of a dissection of the VNC (RFB) protocol.Ulf Lamping1-0/+263