aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btmesh-proxy.c
diff options
context:
space:
mode:
authorPiotr Winiarczyk <wino45@gmail.com>2019-02-20 20:17:53 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2019-02-20 21:26:51 +0000
commit38f43894a1a20a37bf5f4d9df20e6658be018f7a (patch)
tree2b706930904e97eedb2f37a876868fc6f277d489 /epan/dissectors/packet-btmesh-proxy.c
parentc28d8f937ad21829007b7330fbedeffdca4db558 (diff)
btmesh: Fix compilation warnings
Change-Id: I40e103fd3bc4c77dcf97565eabac40e671707802 Reviewed-on: https://code.wireshark.org/review/32126 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/dissectors/packet-btmesh-proxy.c')
-rw-r--r--epan/dissectors/packet-btmesh-proxy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-btmesh-proxy.c b/epan/dissectors/packet-btmesh-proxy.c
index 086a6d8a0f..06dbd9fd1e 100644
--- a/epan/dissectors/packet-btmesh-proxy.c
+++ b/epan/dissectors/packet-btmesh-proxy.c
@@ -31,6 +31,7 @@
#define PROXY_PDU_PROVISIONING 0x03
void proto_register_btmesh_proxy(void);
+void proto_reg_handoff_btmesh_proxy(void);
static int proto_btmesh_proxy = -1;
@@ -185,7 +186,7 @@ dissect_btmesh_proxy_msg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, vo
proto_tree_add_item(sub_tree, hf_btmesh_proxy_data, tvb, offset, length, ENC_NA);
if (!pinfo->fd->visited) {
- fd_head = fragment_add_seq(&proxy_reassembly_table,
+ fragment_add_seq(&proxy_reassembly_table,
tvb, offset, pinfo,
sequence_counter[proxy_ctx->proxy_side], NULL,
fragment_counter[proxy_ctx->proxy_side],