summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-06-12 19:39:59 +0000
committerAnders Broman <a.broman58@gmail.com>2017-06-12 21:42:41 +0000
commit5fd35d115f9bfc9b13eba25995f179c067d50f40 (patch)
treeec70111717152b41d6269cce5a39a76a188ab4d4 /epan
parent76c7f266223da6975f1986933b403edac7d799ce (diff)
downloadwireshark-5fd35d115f9bfc9b13eba25995f179c067d50f40.tar.gz
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 <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ieee802154.c2
1 files changed, 1 insertions, 1 deletions
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.
*/