aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mmse.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-07 03:17:42 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-07 03:17:42 +0000
commit36d88b6618ef44cd71e21ecc2e400b35c9b0c1c9 (patch)
tree7180663b87f4df68af18aadecc90495287569b69 /packet-mmse.c
parente33adb1b380cda2bb7d8a7b2b9d0b02c48aa5b12 (diff)
Rename the "http.content_type" dissector table to "media_type", as it's
for use in any dissector that uses Internet media types. svn path=/trunk/; revision=9189
Diffstat (limited to 'packet-mmse.c')
-rw-r--r--packet-mmse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-mmse.c b/packet-mmse.c
index f21f566218..d7972c34f3 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.21 2003/11/19 02:58:02 guy Exp $
+ * $Id: packet-mmse.c,v 1.22 2003/12/07 03:17:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -868,7 +868,7 @@ proto_reg_handoff_mmse(void)
dissector_add_string("wsp.content_type.literal",
"application/vnd.wap.mms-message",
mmse_handle);
- dissector_add_string("http.content_type",
+ dissector_add_string("media_type",
"application/vnd.wap.mms-message",
mmse_handle);
}