aboutsummaryrefslogtreecommitdiffstats
path: root/packet-multipart.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-06Add a new dissector table for multipart media encpsulation (similar to theOlivier Biot1-2/+26
"media_type" dissector table defined in the HTTP dissector), allowing us to make the distinction between dissecting a standaone media type and an encapsulated media type (e.g., encapsulated in a multipart entity). Provide separate dissectors for "standalone" and "encapsulated" MMSE, hence fixing the needlessly clearing of the Info column when the MMSE is only part of the encapsulated entity (e.g., in the PAP protocol for WAP Push). svn path=/trunk/; revision=9988
2004-01-22From Yaniv Kaul: register multipart/form-data.Olivier Biot1-1/+3
svn path=/trunk/; revision=9787
2004-01-16Constify some pointers to which pointers-to-const are assigned.Guy Harris1-3/+3
svn path=/trunk/; revision=9684
2004-01-16GLib versions prior to 2.0 don't have g_ascii_strdown(). Use g_strdown()Gerald Combs1-1/+6
instead. svn path=/trunk/; revision=9672
2004-01-16Fix a typo in protocol tree.Olivier Biot1-2/+2
svn path=/trunk/; revision=9671
2004-01-16Add support for MIME multipart dissection.Olivier Biot1-0/+896
svn path=/trunk/; revision=9670