Commit graph

7 commits

Author SHA1 Message Date
Olivier Biot
0952c3042d Redesigned the token map aggregation.
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-09 02:12:56 +00:00
Olivier Biot
4117eb2b7d Remove email addresses and add a reference to the AUTHORS file (or man page)
for contacting the authors of the files.

svn path=/trunk/; revision=10345
2004-03-08 22:03:59 +00:00
Olivier Biot
fa18c62047 Use col_append_sep_str() instead of col_append_str().
svn path=/trunk/; revision=10072
2004-02-16 18:47:57 +00:00
Olivier Biot
f63fd700f8 Add application/smil to the registered line-based text media dissector.
svn path=/trunk/; revision=9871
2004-01-26 23:49:43 +00:00
Guy Harris
9490a9322c Get rid of CRs.
Note that we have to deal with the character set of the text.

svn path=/trunk/; revision=9653
2004-01-13 07:55:24 +00:00
Olivier Biot
86b33ae36b Get rid of an unused variable.
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-10 02:54:50 +00:00
Olivier Biot
f86edbffa1 Add support for a generic line-based text data dissector.
svn path=/trunk/; revision=9623
2004-01-10 02:38:39 +00:00