aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mime-encap.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-0/+13
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-31When reading MIME-encapsulated files, read the entire file at once,Guy Harris1-59/+4
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-07-23Free all cloned tvbs, not only first one.Jakub Zawadzki1-9/+8
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-5/+1
2013-07-14Rewrite packet-mime-encap to use composite tvbs + cloningJakub Zawadzki1-18/+42
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-28Remove a not really relevant comment.Bill Meier1-1/+0
2011-11-27Various Minor cleanup:Bill Meier1-6/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-06-09Add another cast.Gerald Combs1-1/+1
2011-06-09Add a couple of casts to make Visual C++ happy.Gerald Combs1-4/+3
2011-06-09- Add something to columns when using mime-encapJakub Zawadzki1-0/+3
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki1-0/+111