aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mime-encap.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2011-12-28Remove a not really relevant comment.Bill Meier1-1/+0
svn path=/trunk/; revision=40308
2011-11-27Various Minor cleanup:Bill Meier1-6/+0
- Remove unneeded #includes; - Use val_to_str_const() in several places; - Reformat long lines; - Fix whitepace and indentation. svn path=/trunk/; revision=40016
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
Also: remove trailing whitespace for a number of files. svn path=/trunk/; revision=39503
2011-06-09Add another cast.Gerald Combs1-1/+1
svn path=/trunk/; revision=37641
2011-06-09Add a couple of casts to make Visual C++ happy.Gerald Combs1-4/+3
svn path=/trunk/; revision=37639
2011-06-09- Add something to columns when using mime-encapJakub Zawadzki1-0/+3
- Replace decoders in wiretap/CMakeLists.txt svn path=/trunk/; revision=37637
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki1-0/+111
- Add new dissector packet-mime-encap which understands mime_file fragmentation. svn path=/trunk/; revision=37636