aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sync.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-3/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-4/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-6/+17
2014-08-08Add a tvbuff version of crc6_compute().Guy Harris1-2/+2
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-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-2/+1
2013-06-19From Anders:Jeff Morriss1-4/+7
2013-06-18From Anders:Jeff Morriss1-5/+8
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-11-06Corrected a printf formatStig Bjørlykke1-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-1/+1
2012-05-21Additional cleanup:Bill Meier1-20/+19
2012-05-21From Evan Huus: Unused Prefs registration;Bill Meier1-11/+6
2012-05-21Use new_register_dissector.Anders Broman1-1/+1
2012-05-21From David Wei:Anders Broman1-0/+315