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>
This commit is contained in:
Alexis La Goutte 2019-04-29 09:36:54 +00:00
parent ff9189ef92
commit 11110ae11e
1 changed files with 1 additions and 1 deletions

View File

@ -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.