aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-07-10 13:59:00 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-10 12:48:21 +0000
commitf7cf0b7ec7704b978b1316f868cf37bf9cc8a775 (patch)
tree2e1f89fd340326a0c009009ff56d73ddc3c407a9 /epan/packet.c
parent703ac5df97daea730fefd1353ceb247bd3234791 (diff)
Doxygen: Try to fix reported warnings.
Change-Id: Ia2e08265681c6700328a5782a70c3108eeb443bf Reviewed-on: https://code.wireshark.org/review/33887 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/packet.c')
-rw-r--r--epan/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.c b/epan/packet.c
index d96bcbf89a..ed224f6cc3 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -1919,7 +1919,7 @@ int dissector_try_guid(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.
* @return The matching dissector handle on success, NULL if no match is found.
*/
dissector_handle_t dissector_get_guid_handle(