Ethereal

[Ethereal-dev] [Patch] Add 2 more media types to XML dissector
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: March 2006


Hi,

This patch adds SIP presence and PoC status documents to the set of known XML media types.

Regards,
Martin
Index: epan/dissectors/packet-xml.c
===================================================================
--- epan/dissectors/packet-xml.c	(revision 17443)
+++ epan/dissectors/packet-xml.c	(working copy)
@@ -154,6 +154,8 @@
 	"image/svg+xml", 
 	"application/vnd.wv.csp.xml",
 	"application/resource-lists+xml",
+	"application/pidf+xml",
+	"application/poc-settings+xml",
 };
 
 static void

Powered by MHonArc 2.6.10