aboutsummaryrefslogtreecommitdiffstats
path: root/packet-sdp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-15 05:37:43 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-15 05:37:43 +0000
commit9d44d6b0e011355bab0504c855a78359671a7aa1 (patch)
treed1158349c5e11422048743447a1bb725f71e8291 /packet-sdp.c
parent725b3c4246372e5281fdca29f45d1d1b645e0619 (diff)
Fix an incorrect entry for the "Media Attribute" item.
Clean up the entry for the protocol version item. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4397 f5534014-38df-0310-8fa8-9805f1628bb7
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,