aboutsummaryrefslogtreecommitdiffstats
path: root/packet-multipart.c
Commit message (Expand)AuthorAgeFilesLines
* Add a generic media dissector. The dissectors trying to find a suitableOlivier Biot2004-04-301-4/+7
* Remove email addresses and add a reference to the AUTHORS file (or man page)Olivier Biot2004-03-081-3/+6
* Cast "char" values to "guchar" before passing them to <ctype.h> macros,Guy Harris2004-02-111-3/+3
* Add a new dissector table for multipart media encpsulation (similar to theOlivier Biot2004-02-061-2/+26
* From Yaniv Kaul: register multipart/form-data.Olivier Biot2004-01-221-1/+3
* Constify some pointers to which pointers-to-const are assigned.Guy Harris2004-01-161-3/+3
* GLib versions prior to 2.0 don't have g_ascii_strdown(). Use g_strdown()Gerald Combs2004-01-161-1/+6
* Fix a typo in protocol tree.Olivier Biot2004-01-161-2/+2
* Add support for MIME multipart dissection.Olivier Biot2004-01-161-0/+896