summaryrefslogtreecommitdiff
path: root/epan/packet.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-12-22 11:42:58 +0100
committerEvan Huus <eapache@gmail.com>2014-12-22 15:23:52 +0000
commited2df3beaf9b8a17ac5e9864a3b963b711216ff3 (patch)
tree37ae8cadad6dfb70207a6650b192e5f407c34489 /epan/packet.h
parentf8720a6e4430e8a834e4fc1b86dc0a13b7b92171 (diff)
downloadwireshark-ed2df3beaf9b8a17ac5e9864a3b963b711216ff3.tar.gz
fix warning: parameter 'list' not found in the function declaration [-Wdocumentation]
Change-Id: Id6d02f5c1383dd8f231707f519ec1b28fb007079 Reviewed-on: https://code.wireshark.org/review/5978 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index f64870ae5a..398eaced25 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -359,7 +359,6 @@ typedef struct {
* Call this in the parent dissectors proto_register function.
*
* @param name the name of this protocol
- * @param list the list of heuristic sub-dissectors to be registered
*/
WS_DLL_PUBLIC heur_dissector_list_t register_heur_dissector_list(const char *name);