summaryrefslogtreecommitdiff
path: root/epan/dissectors/file-png.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Adjust proto_tree_add_[float|double]_format_value calls to use unit stringMichael Mann1-18/+18
2015-12-20[png] add two more chunk namesMartin Kaiser1-0/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-06-23Remove more deprecated tvb_lengthEvan Huus1-1/+1
2015-06-22Remove more tvb_lengthEvan Huus1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-4/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-09iTXt chunk nameMartin Kaiser1-0/+2
2014-04-03For single-precision calculations, use single-precision constants.Guy Harris1-1/+1
2014-04-03For single-precision calculations, use single-precision constants.Guy Harris1-8/+8
2014-04-02dissect gama chunkMartin Kaiser1-1/+18
2014-04-02dissect the chrm chunkMartin Kaiser1-0/+89
2014-04-01use tvb_find_guint8() to find the 0 termination in a text chunkMartin Kaiser1-12/+11
2014-03-27dissect sRGB chunkMartin Kaiser1-0/+23
2014-03-27use an expert info if a png chunk is too large for usMartin Kaiser1-8/+20
2014-03-26two more chunk namesMartin Kaiser1-0/+4
2014-03-26add some more chunk namesMartin Kaiser1-0/+8
2014-03-26clean up the png dissectorMartin Kaiser1-64/+69
2014-03-26use the correct png chunk lenMartin Kaiser1-1/+1
2014-03-24minor cleanupMartin Kaiser1-282/+280
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-29MIME: Rename image dissectors to file dissectors.Michal Labedzki1-0/+480