URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fdeb61ab6a1bebebcd5efd9116ee89cd554625d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8fdeb61 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
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@xxxxxxxxxxxx>
Actions performed:
from 307443c funnel_string_dialog(.h): fix extra ‘;’ [-Wpedantic]
adds 8fdeb61 packet(.h): fix api reference / -Wdocumentation
Summary of changes:
epan/packet.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)