From 7286bb4c0e2ee50c639cfdb98b3055e5389e957b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 15 Dec 2001 05:37:43 +0000 Subject: Fix an incorrect entry for the "Media Attribute" item. Clean up the entry for the protocol version item. svn path=/trunk/; revision=4397 --- packet-sdp.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packet-sdp.c') 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 * Liberally copied from packet-http.c, by Guy Harris * - * $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 @@ -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, -- cgit v1.2.1