aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mmse.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-26 00:42:16 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-09-26 00:42:16 +0000
commit82b3850853d39431263ec584d1085e55c27d1605 (patch)
tree57d77437d3bac086ef84cc06419504158b46d245 /packet-mmse.c
parent506713b2545a6d0c88599440b9f1495e422f5d4e (diff)
From Tom Uijldert: MMSE over HTTP support
svn path=/trunk/; revision=6336
Diffstat (limited to 'packet-mmse.c')
-rw-r--r--packet-mmse.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-mmse.c b/packet-mmse.c
index 746d89b3b4..e994ab6d2f 100644
--- a/packet-mmse.c
+++ b/packet-mmse.c
@@ -2,7 +2,7 @@
* Routines for MMS Message Encapsulation dissection
* Copyright 2001, Tom Uijldert <tom.uijldert@cmg.nl>
*
- * $Id: packet-mmse.c,v 1.16 2002/08/07 08:34:55 guy Exp $
+ * $Id: packet-mmse.c,v 1.17 2002/09/26 00:42:16 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -867,7 +867,6 @@ proto_reg_handoff_mmse(void)
/*
* \todo
* The bearer could also be http (through the content-type field).
- * The wsp-dissector should then ofcourse be modified to cater for
- * such subdissectors...
*/
+ heur_dissector_add("http", dissect_mmse_heur, proto_mmse);
}