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>
This commit is contained in:
Alexis La Goutte 2017-06-12 19:39:59 +00:00 committed by Anders Broman
parent 76c7f26622
commit 5fd35d115f
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/