aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-jpeg.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-09file-jpeg: Reduce expert info to PI_PROTOCOL for ExifJohn Thacker1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-4/+4
2022-02-02Fix some too-narrow field types.Martin Mathieson1-32/+32
2021-12-18file-jpeg: Fix value in vals_ifd_tags_exif[]Martin Mathieson1-1/+1
2021-12-12jpeg: Implement dissection for Exif-specific IFDsРоман Донченко1-11/+237
2021-12-12jpeg: Don't create an unnecessary dummy tree itemРоман Донченко1-7/+0
2021-12-06jpeg: refactor the parsing of Exif dataРоман Донченко1-172/+185
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-1/+1
2021-11-29jpeg: implement dissection of large Exif IFD valuesРоман Донченко1-10/+121
2021-10-15jpeg: add support for dissecting inline IFD valuesРоман Донченко1-12/+112
2021-09-24jpeg: correct the IFD tag for the Copyright fieldРоман Донченко1-1/+1
2021-09-24jpeg: fix typos in variable namesРоман Донченко1-12/+12
2021-09-24jpeg: place each IFD in a subtreeРоман Донченко1-8/+16
2021-08-19jpeg: don't free something allocated from a wmem pool.Guy Harris1-1/+0
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-7/+8
2020-07-07Fix Wpointer-sign warnings.Anders Broman1-5/+5
2020-05-13Fix a few broken web links from dissectorsMartin Mathieson1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-02Use col_append_sep_str() for fixed stringsStig Bjørlykke1-1/+1
2016-12-14file-jpeg.c - Pacify pre-commit hooks by removing macroMichael Mann1-55/+53
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-8/+4
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