aboutsummaryrefslogtreecommitdiffstats
path: root/packet-text-media.c
AgeCommit message (Collapse)AuthorFilesLines
2004-06-17Add two new media types:etxrab1-1/+3
"application/vnd.poc.refer-to" "application/cpim-pidf+xml" / Anders git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11169 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-04Add the RFC 3023 XML media types.guy1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10788 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-09Redesigned the token map aggregation.obiot1-2/+3
New simpler lists for both known registered WBXML public IDs and unknown lists based on content type value. The latter have the possibility to add a discriminator which facilitates a more correct/appropriate selection of the token map in cases where more (backwards incompatible) versions exist. Now the EXT_T tokens are correctly decoded, and a mapping function can be assigned. This has been done in WML (existing code reused there) and in WV-CSP (new functions looking up a value in a value_string based on the offset after the EXT_T_0 token). Add the textual WV-CSP media type to packet-text-media.c. TODO - write the discriminators for WML, SyncML and WV-CSP. Add the code for running the discriminators and possibly iterating over a list of mappings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10352 f5534014-38df-0310-8fa8-9805f1628bb7
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-16Use col_append_sep_str() instead of col_append_str().obiot1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10072 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-26Add application/smil to the registered line-based text media dissector.obiot1-1/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9871 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-13Get rid of CRs.guy1-143/+152
Note that we have to deal with the character set of the text. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9653 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-10Get rid of an unused variable.obiot1-3/+6
NOTE: the HTTP dissecotr does not remove content and transfer coding from the entity yet. This may look a little weird, but it is not unsafe :) Anyway, we now know what to do next ;^p git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9626 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-10Add support for a generic line-based text data dissector.obiot1-0/+140
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9623 f5534014-38df-0310-8fa8-9805f1628bb7