aboutsummaryrefslogtreecommitdiffstats
path: root/packet-multipart.c
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Remove email addresses and add a reference to the AUTHORS file (or man page)obiot1-3/+6
for contacting the authors of the files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10345 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-11Cast "char" values to "guchar" before passing them to <ctype.h> macros,guy1-3/+3
so that characters with the 8th bit set don't get sign-extended and cause the macros not to return the right answer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10036 f5534014-38df-0310-8fa8-9805f1628bb7
2004-02-06Add a new dissector table for multipart media encpsulation (similar to theobiot1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9988 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-22From Yaniv Kaul: register multipart/form-data.obiot1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9787 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16Constify some pointers to which pointers-to-const are assigned.guy1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9684 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16GLib versions prior to 2.0 don't have g_ascii_strdown(). Use g_strdown()gerald1-1/+6
instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9672 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16Fix a typo in protocol tree.obiot1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9671 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-16Add support for MIME multipart dissection.obiot1-0/+896
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9670 f5534014-38df-0310-8fa8-9805f1628bb7