aboutsummaryrefslogtreecommitdiffstats
path: root/packet-text-media.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-17 20:49:01 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-17 20:49:01 +0000
commitf0d61323c58b77f8eb9d44154cd01a91900f0de2 (patch)
treeb18d93bee75dc989642623616983304dac14f91d /packet-text-media.c
parent62d09e090f286a4d9fe39f63bd2600c9205444ac (diff)
Add two new media types:
"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
Diffstat (limited to 'packet-text-media.c')
-rw-r--r--packet-text-media.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-text-media.c b/packet-text-media.c
index 1c8dd4153d..e3dc28aebd 100644
--- a/packet-text-media.c
+++ b/packet-text-media.c
@@ -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);
}