aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mime-encap.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-31When reading MIME-encapsulated files, read the entire file at once,Guy Harris1-59/+4
don't break it into chunks. This means we don't need to do reassembly in the MIME-encapsulated-data dissector. svn path=/trunk/; revision=54524
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
svn path=/trunk/; revision=54095
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
svn path=/trunk/; revision=53655
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
svn path=/trunk/; revision=52591
2013-07-23Free all cloned tvbs, not only first one.Jakub Zawadzki1-9/+8
svn path=/trunk/; revision=50844
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-5/+1
(it seems to be working for TCP ^^) svn path=/trunk/; revision=50580
2013-07-14Rewrite packet-mime-encap to use composite tvbs + cloningJakub Zawadzki1-18/+42
svn path=/trunk/; revision=50571
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
svn path=/trunk/; revision=44871
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