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