aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/file-gif.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-29gif: expert info for unknown data block typeMartin Kaiser1-1/+20
2017-05-13gif: simplify the dissection codeMartin Kaiser1-56/+57
2017-05-12gif: make data block an FT_UINT_BYTES entryMartin Kaiser1-7/+8
2017-05-07gif: fix the version detectionMartin Kaiser1-2/+2
2017-05-07gif: start cleaning up the dissection codeMartin Kaiser1-243/+233
2017-05-07gif: refactor the detection of a gif fileMartin Kaiser1-9/+7
2017-05-07gif: remove pointless coments, unused debug macroMartin Kaiser1-17/+1
2017-05-07gif: (trivial) fix a typoMartin Kaiser1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+2
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
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-05Reformat hfi entries; Add editor modelines; Adjust whitespace.Bill Meier1-173/+186
2014-10-01GIF: add a missing hf registrationPascal Quantin1-0/+2
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+10
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-18the gif version string is 7bit ASCIIMartin Kaiser1-1/+1
2014-01-29MIME: Rename image dissectors to file dissectors.Michal Labedzki1-0/+706