aboutsummaryrefslogtreecommitdiffstats
path: root/packet-text-media.c
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-164/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-06-17Add two new media types:Anders Broman1-1/+3
"application/vnd.poc.refer-to" "application/cpim-pidf+xml" / Anders svn path=/trunk/; revision=11169
2004-05-04Add the RFC 3023 XML media types.Guy Harris1-1/+5
svn path=/trunk/; revision=10788
2004-03-09Redesigned the token map aggregation.Olivier Biot1-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. svn path=/trunk/; revision=10352
2004-03-08Remove email addresses and add a reference to the AUTHORS file (or man page)Olivier Biot1-3/+6
for contacting the authors of the files. svn path=/trunk/; revision=10345
2004-02-16Use col_append_sep_str() instead of col_append_str().Olivier Biot1-2/+3
svn path=/trunk/; revision=10072
2004-01-26Add application/smil to the registered line-based text media dissector.Olivier Biot1-1/+2
svn path=/trunk/; revision=9871
2004-01-13Get rid of CRs.Guy Harris1-143/+152
Note that we have to deal with the character set of the text. svn path=/trunk/; revision=9653
2004-01-10Get rid of an unused variable.Olivier Biot1-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 svn path=/trunk/; revision=9626
2004-01-10Add support for a generic line-based text data dissector.Olivier Biot1-0/+140
svn path=/trunk/; revision=9623