aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtps.h
diff options
context:
space:
mode:
authorIsmael Mendez Matamoros <ismael@rti.com>2018-06-25 13:44:55 +0200
committerAnders Broman <a.broman58@gmail.com>2018-06-28 06:11:56 +0000
commita78026d33f9bb91b5fcbba3848419c0a07a9875b (patch)
tree5aa9924dc9db11058c483562aa758b3accb39b69 /epan/dissectors/packet-rtps.h
parentca423314373b0a4ce7d6bc1cf94c4995e1263ea2 (diff)
rtps: Fixed multichannel locator fields order
Change-Id: Ib84b659022f9dfb64f5869410c85c64193a3c3f8 Reviewed-on: https://code.wireshark.org/review/28425 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, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-rtps.h b/epan/dissectors/packet-rtps.h
index d06e496ec5..35243f0eb5 100644
--- a/epan/dissectors/packet-rtps.h
+++ b/epan/dissectors/packet-rtps.h
@@ -565,6 +565,8 @@ extern void rtps_util_add_locator_t(proto_tree *tree, packet_info *pinfo, tvbuff
const guint encoding, const guint8 * 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,
+ gint offset, const guint8 *label, const guint encoding);
extern void rtps_util_add_ipv4_address_t(proto_tree *tree, packet_info *pinfo, tvbuff_t * tvb, gint offset,
const guint encoding, int hf_item);
extern void rtps_util_add_locator_udp_v4(proto_tree *tree, packet_info *pinfo, tvbuff_t * tvb,