packet(.h): fix api reference / -Wdocumentation

From api ref :
warning: argument 'uint_val' of command @param is not found in the argument list of dissector_get_guid_handle(dissector_table_t const sub_dissectors, guid_key *guid_val)
The following parameters of dissector_get_guid_handle(dissector_table_t const sub_dissectors, guid_key *guid_val) are not documented:
  parameter 'guid_val'

From -Wdocumentation
parameter 'uint_val' not found in the function declaration [-Wdocumentation]

Change-Id: I9c7b82e4ecb5a126cb96c7d6c057440eb5d24bdd
Reviewed-on: https://code.wireshark.org/review/11499
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-11-02 14:53:20 +01:00 committed by Michael Mann
parent 307443cbbc
commit 8fdeb61ab6
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ WS_DLL_PUBLIC int dissector_try_guid_new(dissector_table_t sub_dissectors,
* return the current dissector handle for that value.
*
* @param[in] sub_dissectors Dissector table to search.
* @param[in] uint_val Value to match, e.g. the port number for the TCP dissector.
* @param[in] guid_val Value to match, e.g. the GUID number for the GUID dissector.
* @return The matching dissector handle on success, NULL if no match is found.
*/
WS_DLL_PUBLIC dissector_handle_t dissector_get_guid_handle(