aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vnc.c
Commit message (Expand)AuthorAgeFilesLines
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-6/+6
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-11/+11
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-62/+62
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-25/+25
* Don't create a subtree that is not used.Jeff Morriss2011-04-221-4/+2
* Cast to guint to avoid a Windows compiler warning.Chris Maynard2011-03-281-1/+1
* Fix for bug #4334 "VNC Hextile encoding is incomplete" from Yaniv Kaul.Stephen Fisher2011-03-281-82/+103
* Fix coverity 268, 269, 546, 547, 548, 549 by checking for null returnStephen Fisher2011-03-251-6/+15
* From Yaniv Kaul:Jaap Keuter2011-02-211-3/+82
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-6/+6
* Verify the number of rectangles, sub-rectangles, the number of bytes of cutJeff Morriss2010-11-191-75/+103
* From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5366 :Jeff Morriss2010-11-191-51/+109
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-1/+1
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-109/+100
* From Yaniv Kaul: minor changes + smallest additionsBill Meier2010-02-131-200/+282
* Remove unneeded #includes.Bill Meier2010-01-081-4/+0
* From Yaniv Kaul: VNC dissector cleanups and minor changes.Bill Meier2010-01-071-96/+110
* Fix a number of copy & paste errors introduced over various checkins andStephen Fisher2009-12-151-8/+8
* From Yaniv Kaul:Jaap Keuter2009-12-151-8/+16
* From Yaniv Kaul:Jaap Keuter2009-12-121-22/+45
* Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis2009-11-171-8/+8
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-241-2/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam2009-08-091-60/+22
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-3/+3
* Change my e-mail addressStephen Fisher2009-05-311-1/+1
* Remove unnecessary tree checks pointed out by Stig.Gerald Combs2009-05-181-16/+9
* Clean up indentation.Guy Harris2009-05-181-133/+133
* From Yaniv Kaul via bug 3215:Gerald Combs2009-05-181-29/+84
* Apply some of the patches from:Anders Broman2009-05-131-2/+1
* FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).Bill Meier2009-05-081-1/+1
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-201-1/+1
* Trivial warning fixesJörg Mayer2008-12-021-1/+1
* Fix copy & paste typoStephen Fisher2008-11-301-1/+1
* From Federico Mena Quintero (bug 3070):Stig Bjørlykke2008-11-231-106/+762
* Fix for bug 2875:Jaap Keuter2008-09-151-1/+6
* Cleanup related to prefs & proto_reg_handoffBill Meier2008-09-031-33/+31
* Remove:Anders Broman2008-04-091-3/+0
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-3/+7
* use strcasecmp instead of g_ascii_strcasecmpRonnie Sahlberg2007-11-061-3/+3
* Add partial support for TightVNC packet dissection (work in progress). Stephen Fisher2007-11-031-7/+195
* Minor correction to protocol behavior handling when security type "none" isStephen Fisher2007-10-301-4/+6
* Fix for issue #1 in bug #1947 by doing a major overhaul of how the firstStephen Fisher2007-10-301-311/+294
* fix some more warnings (type casts)Ulf Lamping2007-03-231-1/+1
* GCC warning fixesJörg Mayer2007-03-091-3/+6
* Major overhaul of VNC dissector: split everything into its own function andStephen Fisher2007-02-211-375/+1399
* Escape non-ASCII characters in the client and server protocol version strings.Gerald Combs2006-10-311-61/+61
* From Stephen Fisher:Anders Broman2006-10-031-0/+6