aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sdp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-15 05:37:43 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-15 05:37:43 +0000
commit7286bb4c0e2ee50c639cfdb98b3055e5389e957b (patch)
treed1158349c5e11422048743447a1bb725f71e8291 /packet-sdp.c
parent3ccae74e5eb7f66448d7c8b2ff479c6c8a897a67 (diff)
Fix an incorrect entry for the "Media Attribute" item.
Clean up the entry for the protocol version item. svn path=/trunk/; revision=4397
Diffstat (limited to 'packet-sdp.c')
-rw-r--r--packet-sdp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-sdp.c b/packet-sdp.c
index 22759f182f..bc8db2f205 100644
--- a/packet-sdp.c
+++ b/packet-sdp.c
@@ -4,7 +4,7 @@
* Jason Lango <jal@netapp.com>
* Liberally copied from packet-http.c, by Guy Harris <guy@alum.mit.edu>
*
- * $Id: packet-sdp.c,v 1.22 2001/12/13 21:49:22 hagbard Exp $
+ * $Id: packet-sdp.c,v 1.23 2001/12/15 05:37:43 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -229,9 +229,9 @@ proto_register_sdp(void)
{
static hf_register_info hf[] = {
{ &hf_protocol_version,
- { "Session Description (v), version",
+ { "Session Description Protocol Version (v)",
"sdp.version", FT_STRING, BASE_NONE,NULL,0x0,
- "Session Description, version", HFILL }},
+ "Session Description Protocol Version", HFILL }},
{ &hf_owner,
{ "Owner/Creator, Session Id (o)",
"sdp.owner", FT_STRING, BASE_NONE, NULL, 0x0,
@@ -276,10 +276,10 @@ proto_register_sdp(void)
{ "Session Attribute (a)",
"sdp.session_attr", FT_STRING, BASE_NONE, NULL, 0x0,
"Session Attribute", HFILL }},
- { &hf_session_attribute,
+ { &hf_media_attribute,
{ "Media Attribute (a)",
"sdp.media_attr", FT_STRING, BASE_NONE, NULL, 0x0,
- "Session Attribute", HFILL }},
+ "Media Attribute", HFILL }},
{ &hf_time,
{ "Time Description, active time (t)",
"sdp.time", FT_STRING, BASE_NONE, NULL, 0x0,