aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spice.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-19dissectors (and tools): fix typo dependant -> dependentAlexis La Goutte1-1/+1
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-7/+4
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-11/+10
2016-10-26spice: fix spelling typo found by lintianAlexis La Goutte1-9/+9
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-04-04Rename "libz" to "zlib"João Valverde1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-21[SPICE] Prevent really long loop in dissect_spice_link_capabilities.Michael Mann1-61/+49
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-5/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-1/+1
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-1/+1
2015-06-25fix the 'then' statement is equivalent to the 'else' statement found by PVS S...Alexis La Goutte1-9/+4
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-30/+48
2014-12-29Eliminate proto_tree_add_text from packet-spice.cMichael Mann1-237/+291
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-4/+4
2014-09-12proto_tree_add_text cleanupMichael Mann1-72/+76
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