From 5fd35d115f9bfc9b13eba25995f179c067d50f40 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 12 Jun 2017 19:39:59 +0000 Subject: ieee802154: fix parameter 'p_inf_elem_tree_mlme' not found in the function declaration [-Wdocumentation] Change-Id: I43eadb4be618163255297bb8a54bde4d6e537747 Reviewed-on: https://code.wireshark.org/review/22101 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-ieee802154.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-ieee802154.c') diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c index 871faa100a..8673eaf9b9 100644 --- a/epan/dissectors/packet-ieee802154.c +++ b/epan/dissectors/packet-ieee802154.c @@ -2056,7 +2056,7 @@ dissect_802154_tsch_time_sync(tvbuff_t *tvb, proto_tree *tree, int *offset, guin *Subdissector command for the Payload Information Element MLME TSCH Slotframe and Link * *@param tvb pointer to buffer containing raw packet. - *@param p_inf_elem_tree_mlme pointer to data tree wireshark uses to display packet. + *@param tree pointer to data tree wireshark uses to display packet. *@param psie_remaining size of the Information Element. *@param offset offset into the tvbuff to begin dissection. */ -- cgit v1.2.3