aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-jpeg.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-1/+1
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-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-88/+169
2015-05-25jpeg: remove some more unnecessary initialisationsMartin Kaiser1-6/+6
2015-05-25jpeg: replace an empty switch-case with a todo commentMartin Kaiser1-12/+1
2015-05-25jpeg: some more code cleanupMartin Kaiser1-46/+46
2015-05-25jpeg: clean up the sos header dissectionMartin Kaiser1-12/+11
2015-02-09file-jpeg: Allow 'Exif' as identification in first App block, but flag as exp...Martin Mathieson1-5/+33
2015-01-23jpeg: Add handling for comment markerMartin Mathieson1-1/+51
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
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/+1210