aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2020-07-02 16:33:00 +0200
committerAnders Broman <a.broman58@gmail.com>2020-07-02 17:25:10 +0000
commit656aed7d6aa593e736a3553bf11043d1422012a4 (patch)
tree01c7da90800df72e3029a69dadaa3b60f333cb2b /epan/dissectors/packet-rtps.h
parent1a8b67c772ed33268b99d41a465e6755fc974f2d (diff)
Try to squelch [-Wpointer-sign] warnings.
Change-Id: Ic2bdf6acde0eef222264665622f33f7513f3fc9d Reviewed-on: https://code.wireshark.org/review/37673 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rtps.h')
-rw-r--r--epan/dissectors/packet-rtps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtps.h b/epan/dissectors/packet-rtps.h
index 79b03212f0..2a25b61dde 100644
--- a/epan/dissectors/packet-rtps.h
+++ b/epan/dissectors/packet-rtps.h
@@ -659,7 +659,7 @@ static int hf_rtps_dissection_string = -1;
extern guint16 rtps_util_add_protocol_version(proto_tree *tree, tvbuff_t* tvb, gint offset);
extern guint16 rtps_util_add_vendor_id(proto_tree *tree, tvbuff_t * tvb, gint offset);
extern void rtps_util_add_locator_t(proto_tree *tree, packet_info *pinfo, tvbuff_t * tvb, gint offset,
- const guint encoding, const guint8 * label);
+ const guint encoding, const char * label);
extern int rtps_util_add_locator_list(proto_tree *tree, packet_info *pinfo, tvbuff_t * tvb,
gint offset, const guint8* label, const guint encoding);
extern int rtps_util_add_multichannel_locator_list(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb,