aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spice.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-09-29Clean up white space.Guy Harris1-10/+10
2011-09-29When building w/o LIBZ: (Somewhat clunky) attempt to fix "unused variable" an...Bill Meier1-13/+30
2011-09-29Comment out two cases of code which caused GCC 4.6 "unused-but-set-variable" ...Bill Meier1-4/+4
2011-09-29From Yaniv Kaul: SPICE dissectorBill Meier1-0/+3522