Add two new media types:

"application/vnd.poc.refer-to"
"application/cpim-pidf+xml"
/ Anders

svn path=/trunk/; revision=11169
This commit is contained in:
Anders Broman 2004-06-17 20:49:01 +00:00
parent e08deab6f5
commit a4fb4fe655
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*
* (C) Olivier Biot, 2004.
*
* $Id: packet-text-media.c,v 1.8 2004/05/04 07:24:33 guy Exp $
* $Id: packet-text-media.c,v 1.9 2004/06/17 20:49:01 etxrab Exp $
*
* Refer to the AUTHORS file or the AUTHORS section in the man page
* for contacting the author(s) of this file.
@ -159,4 +159,6 @@ proto_reg_handoff_text_lines(void)
/* Other */
dissector_add_string("media_type", "text/vnd.sun.j2me.app-descriptor", text_lines_handle);
dissector_add_string("media_type", "application/smil", text_lines_handle);
dissector_add_string("media_type", "application/vnd.poc.refer-to", text_lines_handle);
dissector_add_string("media_type", "application/cpim-pidf+xml", text_lines_handle);
}