Add application/smil to the registered line-based text media dissector.
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 26 Jan 2004 23:49:43 +0000 (23:49 +0000)
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 26 Jan 2004 23:49:43 +0000 (23:49 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9871 f5534014-38df-0310-8fa8-9805f1628bb7

packet-text-media.c

index a1a51b471ae5fb0d4f6801b45957e33d870a05eb..412f1b4eaba6ed39a08383b1f81f4ccff0323cb1 100644 (file)
@@ -6,7 +6,7 @@
  *
  * (C) Olivier Biot, 2004 <Olivier.Biot (ad) siemens.com>
  *
- * $Id: packet-text-media.c,v 1.3 2004/01/13 07:55:24 guy Exp $
+ * $Id: packet-text-media.c,v 1.4 2004/01/26 23:49:43 obiot Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -149,4 +149,5 @@ proto_reg_handoff_text_lines(void)
        dissector_add_string("media_type", "text/vnd.wap.emn", text_lines_handle);
        /* 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);
 }