aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vnc.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Fix a number of proto_tree_add_item() encoding args.wmeier1-1/+1
2011-11-01Remove comma at the end of several enumerator lists.morriss1-2/+2
2011-10-24Fix encoding arg for various fcn calls:wmeier1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-31/+31
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-6/+6
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-62/+62
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-25/+25
2011-04-22Don't create a subtree that is not used.morriss1-4/+2
2011-03-28Cast to guint to avoid a Windows compiler warning.cmaynard1-1/+1
2011-03-28Fix for bug #4334 "VNC Hextile encoding is incomplete" from Yaniv Kaul.sfisher1-82/+103
2011-03-25Fix coverity 268, 269, 546, 547, 548, 549 by checking for null returnsfisher1-6/+15
2011-02-21From Yaniv Kaul:jake1-3/+82
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-6/+6
2010-11-19Verify the number of rectangles, sub-rectangles, the number of bytes of cutmorriss1-75/+103
2010-11-19From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5366 :morriss1-51/+109
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-109/+100
2010-02-13From Yaniv Kaul: minor changes + smallest additionswmeier1-200/+282
2010-01-08Remove unneeded #includes.wmeier1-4/+0
2010-01-07From Yaniv Kaul: VNC dissector cleanups and minor changes.wmeier1-96/+110
2009-12-15Fix a number of copy & paste errors introduced over various checkins andsfisher1-8/+8
2009-12-15From Yaniv Kaul:jake1-8/+16
2009-12-12From Yaniv Kaul:jake1-22/+45
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-8/+8
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-60/+22
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2009-05-31Change my e-mail addresssfisher1-1/+1
2009-05-18Remove unnecessary tree checks pointed out by Stig.gerald1-16/+9
2009-05-18Clean up indentation.guy1-133/+133
2009-05-18From Yaniv Kaul via bug 3215:gerald1-29/+84
2009-05-13Apply some of the patches from:etxrab1-2/+1
2009-05-08FT_BOOLEAN fields w/o bitmasks really should use BASE_NONE (not BASE_DEC,...).wmeier1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-12-02Trivial warning fixesjmayer1-1/+1
2008-11-30Fix copy & paste typosfisher1-1/+1
2008-11-23From Federico Mena Quintero (bug 3070):stig1-106/+762
2008-09-15Fix for bug 2875:jake1-1/+6
2008-09-03Cleanup related to prefs & proto_reg_handoffwmeier1-33/+31
2008-04-09Remove:etxrab1-3/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-3/+7
2007-11-06use strcasecmp instead of g_ascii_strcasecmpsahlberg1-3/+3
2007-11-03Add partial support for TightVNC packet dissection (work in progress). sfisher1-7/+195
2007-10-30Minor correction to protocol behavior handling when security type "none" issfisher1-4/+6
2007-10-30Fix for issue #1 in bug #1947 by doing a major overhaul of how the firstsfisher1-311/+294