aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2019-04-29 09:36:54 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2019-05-15 11:26:23 +0000
commit11110ae11e4627c9aab1b00ecfe5cb4451447ef7 (patch)
tree9924369d5d8aa6635f1b19513cded27cfab2164a /rawshark.c
parentff9189ef922a157107ac7f2638ea802f05589cf6 (diff)
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 <alexis.lagoutte@gmail.com> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c2
1 files changed, 1 insertions, 1 deletions
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.