aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vnc.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-36/+18
2014-07-03packet-vnc.c: Fix a bug in displaying a set of FT_BOOLEAN bit fields (found b...Bill Meier1-4/+4
2014-07-03packet-vnc.c: Restore tvb_get_string() --> tvb_get_string_enc() changes lost ...Bill Meier1-6/+6
2014-07-03packet-vnc.c: Improve dissectionBill Meier1-54/+266
2014-06-20remove duplicate offset=0Martin Kaiser1-2/+0
2014-06-20no need for if(tree)Martin Kaiser1-6/+4
2014-06-20packet-vnc.c: Improve re-assembly.Bill Meier1-7/+16
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-07- Make local functions static.Anders Broman1-0/+2
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-17/+17
2013-09-22emem -> wmem conversion:Pascal Quantin1-6/+6
2013-09-12Add missing includesJörg Mayer1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-07-30From Roman DontschenkoMartin Kaiser1-10/+99
2013-07-05Batch of filterable expert infos.Michael Mann1-19/+40
2013-06-30Add a cast to squelch a warning.Jeff Morriss1-2/+2
2013-06-30Fix up a mixup of the declaration of hf_vnc_auth_error_length andJeff Morriss1-2/+2
2013-06-30From Matthias Benesch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-18/+1102
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-8/+8
2013-03-18From beroset:Anders Broman1-10/+10
2012-12-26OK, see if not using an enum gets rid of "implicit conversion shortensGuy Harris1-58/+56
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-12/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-07-19Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5469. Added more c...Michael Mann1-41/+72
2012-07-03Improve use of the value_string x11_keysym_vals_source[]:Bill Meier1-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-16FT_BOOLEAN hf[] entries with a 0 'bitmask' should have 'display' = BASE_NONE;Bill Meier1-27/+27
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-2/+2
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-31/+31
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-6/+6
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-62/+62
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-25/+25
2011-04-22Don't create a subtree that is not used.Jeff Morriss1-4/+2
2011-03-28Cast to guint to avoid a Windows compiler warning.Chris Maynard1-1/+1
2011-03-28Fix for bug #4334 "VNC Hextile encoding is incomplete" from Yaniv Kaul.Stephen Fisher1-82/+103
2011-03-25Fix coverity 268, 269, 546, 547, 548, 549 by checking for null returnStephen Fisher1-6/+15
2011-02-21From Yaniv Kaul:Jaap Keuter1-3/+82
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-11-19Verify the number of rectangles, sub-rectangles, the number of bytes of cutJeff Morriss1-75/+103
2010-11-19From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5366 :Jeff Morriss1-51/+109
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1