From 11110ae11e4627c9aab1b00ecfe5cb4451447ef7 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 29 Apr 2019 09:36:54 +0000 Subject: [PATCH] rawshark: fix parameter 'pd' not found in the function declaration [-Wdocumentation] Change-Id: If23bd6e9c4d89ecb078b0a974d87eb50f3173aa8 Reviewed-on: https://code.wireshark.org/review/33009 Petri-Dish: Alexis La Goutte Reviewed-by: Alexis La Goutte --- rawshark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rawshark.c b/rawshark.c index f8586a1579..22286b65bf 100644 --- a/rawshark.c +++ b/rawshark.c @@ -811,7 +811,7 @@ clean_exit: /** * Read data from a raw pipe. The "raw" data consists of a libpcap * packet header followed by the payload. - * @param pd [IN] A POSIX file descriptor. Because that's _exactly_ the sort + * @param buf [IN] A POSIX file descriptor. Because that's _exactly_ the sort * of thing you want to use in Windows. * @param err [OUT] Error indicator. Uses wiretap values. * @param err_info [OUT] Error message.