HTTPS (almost) everywhere.
[metze/wireshark/wip.git] / epan / dissectors / packet-mime-encap.c
2019-07-26 Guy HarrisHTTPS (almost) everywhere.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-12-31 Michael MannDissectors don't need a journey of self discovery.
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-17 Michael MannAssociate dissector tables and heuristic subdissector...
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-11-14 Michael Mannregister_dissector -> new_register_dissector
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-21 Guy HarrisHave a heur_dissector_list_t be an opaque handle.
2014-09-30 Bill MeierAdd editor modelines; Adjust whitespace as needed.
2014-05-21 AndersBromanChange the signature of dissector_try_heuristic() to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-31 Guy HarrisWhen reading MIME-encapsulated files, read the entire...
2013-12-14 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-29 Jakub ZawadzkiAvoid including <wiretap/wtap.h> in dissectors.
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-07-23 Jakub ZawadzkiFree all cloned tvbs, not only first one.
2013-07-14 Jakub ZawadzkiRewrite reassemble API to use TVBs instead of raw data.
2013-07-14 Jakub ZawadzkiRewrite packet-mime-encap to use composite tvbs + cloning
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-11 Jakub ZawadzkiAdd data parameter to dissector_try_heuristic
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-12-28 Bill MeierRemove a not really relevant comment.
2011-11-27 Bill MeierVarious Minor cleanup:
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-06-09 Gerald CombsAdd another cast.
2011-06-09 Gerald CombsAdd a couple of casts to make Visual C++ happy.
2011-06-09 Jakub Zawadzki- Add something to columns when using mime-encap
2011-06-09 Jakub Zawadzki- Replace jpeg_jfif decoder, with more generic mime_fil...