aboutsummaryrefslogtreecommitdiffstats
path: root/rawshark.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-02-22 07:56:37 +0100
committerAnders Broman <a.broman58@gmail.com>2018-02-22 08:17:26 +0000
commit1f95d39b623a3127e493446f773a22289637e6f1 (patch)
treeb992a20051ee0332a34dac118d42c5d9a950393e /rawshark.c
parentba72f731c3e8cbeb698ec17beecf599c24dea1cc (diff)
rawshark(.c): fix parameter 'phdr' not found in the function declaration [-Wdocumentation]
Change-Id: If5c8fbb77acdf75ba273a6b77d7f338381c229f6 Reviewed-on: https://code.wireshark.org/review/25983 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'rawshark.c')
-rw-r--r--rawshark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rawshark.c b/rawshark.c
index 41470bf78a..52f1e04022 100644
--- a/rawshark.c
+++ b/rawshark.c
@@ -839,7 +839,6 @@ clean_exit:
* packet header followed by the payload.
* @param pd [IN] A POSIX file descriptor. Because that's _exactly_ the sort
* of thing you want to use in Windows.
- * @param phdr [OUT] Packet header information.
* @param err [OUT] Error indicator. Uses wiretap values.
* @param err_info [OUT] Error message.
* @param data_offset [OUT] data offset in the pipe.