aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-02-15 18:08:38 +0100
committerMichael Mann <mmann78@netscape.net>2015-02-16 00:17:04 +0000
commit2bec642d3b3e6ee18c7739da71a9e0c076ed87cb (patch)
tree619322af77cefc89f320c694c18367bd44d68c5a /epan/proto.h
parent4f3646fe62244f7aba3f309c509c3414f1028650 (diff)
proto(.h): fix parameter 'offset' not found in the function declaration [-Wdocumentation]
Change-Id: Ib79831e02a9a6457ca49c21536ce46df7d4cafa0 Reviewed-on: https://code.wireshark.org/review/7133 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 11b01b960c..10c8fe57e5 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -2233,7 +2233,6 @@ proto_find_field_from_offset(proto_tree *tree, guint offset, tvbuff_t *tvb);
/** Find undecoded bytes in a tree
@param tree tree of interest
- @param offset offset in the tvb
@param length the length of the frame
@return an array to be used as bitmap of decoded bytes */
WS_DLL_PUBLIC gchar*