Fix -Wdocumentation

epan/packet.h:369:11: error: parameter 'returns' not found in the function declaration [-Werror,-Wdocumentation]

Change-Id: Ieedd203c4e952ae0ac17273311163d25ab2da066
Reviewed-on: https://code.wireshark.org/review/1746
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-05-23 16:44:09 +02:00 committed by Anders Broman
parent 1c5e92da75
commit 0eafcb9a04
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ WS_DLL_PUBLIC gboolean has_heur_dissector_list(const gchar *name);
* @param tvb the tvbuff with the (remaining) packet data
* @param pinfo the packet info of this packet (additional info)
* @param tree the protocol tree to be build or NULL
* @param returns the last tried dissectors hdtbl_entry.
* @param hdtbl_entry returns the last tried dissectors hdtbl_entry.
* @param data parameter to pass to subdissector
* @return TRUE if the packet was recognized by the sub-dissector (stop dissection here)
*/