aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spice.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-140/+70
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-4/+7
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-1/+4
2013-10-21Update spice protocol dissector. Bug 9143 (https://bugs.wireshark.org/bugzil...Michael Mann1-888/+1094
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-12More wmem.Evan Huus1-3/+3
2013-05-27Batch of filterable expert infosMichael Mann1-1/+11
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-04-24Convert a few proto_tree_add_text to proto_tree_add_items. The dissector was...Michael Mann1-23/+98
2013-04-16remove unused structs and definesMartin Kaiser1-31/+0
2013-03-19From beroset:Anders Broman1-3/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-24/+24
2012-10-14Minor changes:Bill Meier1-97/+102
2012-10-14remove unused variable; fixes compile error.Bill Meier1-1/+0
2012-10-14From Yaniv Kaul: Spice protocol fixes and enhancementsBill Meier1-40/+167
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)Bill Meier1-1/+1
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-3/+3
2012-08-01remove unnecessary underscores from display filtersMichael Mann1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-17Fix spice.common_cap_byte1 filter I changed by mistake in r42664pascal1-6/+6
2012-05-16Use BASE_DEC for spice.common_cap_byte1. (Hopefully that's correct.)Gerald Combs1-3/+2
2012-05-16From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7264 :pascal1-15/+60
2012-04-26Fix some "conflicting" value_string warnings.Jakub Zawadzki1-3/+3
2012-04-18From Yaniv Kaul:Anders Broman1-11/+63
2012-04-16From Evan Huus:Anders Broman1-1/+0
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-131/+137
2012-03-20From Yaniv Kaul:Anders Broman1-1/+42
2012-02-23From Yaniv Kaul:Anders Broman1-43/+98
2012-01-25Use a bitwise & when checking with a mask.Michael Tüxen1-1/+1
2012-01-23From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6743 :Jeff Morriss1-12/+19
2012-01-18From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6743Alexis La Goutte1-67/+132
2011-12-13Prevent memory leakage of uncompress tvb and associated data buffer (step 1).Bill Meier1-1/+1
2011-11-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-22/+13
2011-11-27Various Minor cleanup:Bill Meier1-43/+93
2011-11-21'dissect_ImageLZ_JPEG()' is apparently not used; #if 0 the code for now.Bill Meier1-0/+2
2011-11-21From Yaniv Kaul: Some enhancements, some fixes, to the Spice dissector:Bill Meier1-184/+247
2011-11-17distribute -> redistribute.Chris Maynard1-1/+1
2011-11-16Avoid using "POINT" as it causes compiler errors on some systems. Add modeli...Chris Maynard1-32/+41
2011-11-02From Yaniv Kaul:Anders Broman1-155/+435
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-5/+5