aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-01-23 09:40:38 +0000
committerJörg Mayer <jmayer@loplof.de>2004-01-23 09:40:38 +0000
commit11e10e61fd1152180388b3e8afa4e0b742b57e4e (patch)
treedfb5930291f2d98e6c77344ceaf5619f966094f5 /packet-rsvp.c
parentccb1d95e1b8f17e2469c5be2e7a85d0b038c3e7b (diff)
Change return type of tvb_format_text from guint8* to gchar*.
Remove now unnecessary casts in two files. svn path=/trunk/; revision=9801
Diffstat (limited to 'packet-rsvp.c')
-rw-r--r--packet-rsvp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rsvp.c b/packet-rsvp.c
index 53ad6e9302..d395b0d86b 100644
--- a/packet-rsvp.c
+++ b/packet-rsvp.c
@@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-rsvp.c,v 1.86 2003/11/11 20:11:05 guy Exp $
+ * $Id: packet-rsvp.c,v 1.87 2004/01/23 09:40:37 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2899,7 +2899,7 @@ dissect_rsvp_session_attribute (proto_tree *ti, tvbuff_t *tvb,
flags &0x04 ? "SE Style, " : "",
flags &0x08 ? "Bandwidth Protection, " : "",
flags &0x10 ? "Node Protection, " : "",
- name_len ? (char*)tvb_format_text(tvb, offset2+4, name_len) : "");
+ name_len ? tvb_format_text(tvb, offset2+4, name_len) : "");
break;
default: