aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spice.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-22/+13
2011-11-27Various Minor cleanup:wmeier1-43/+93
2011-11-21'dissect_ImageLZ_JPEG()' is apparently not used; #if 0 the code for now.wmeier1-0/+2
2011-11-21From Yaniv Kaul: Some enhancements, some fixes, to the Spice dissector:wmeier1-184/+247
2011-11-17distribute -> redistribute.cmaynard1-1/+1
2011-11-16Avoid using "POINT" as it causes compiler errors on some systems. Add modeli...cmaynard1-32/+41
2011-11-02From Yaniv Kaul:etxrab1-155/+435
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-5/+5
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-09-29Clean up white space.guy1-10/+10
2011-09-29When building w/o LIBZ: (Somewhat clunky) attempt to fix "unused variable" an...wmeier1-13/+30
2011-09-29Comment out two cases of code which caused GCC 4.6 "unused-but-set-variable" ...wmeier1-4/+4
2011-09-29From Yaniv Kaul: SPICE dissectorwmeier1-0/+3522