summaryrefslogtreecommitdiff
path: root/epan/wslua/wslua_tree.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-14 15:33:04 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-14 13:49:59 +0000
commit12e9baf725b8937f3b722f1794a3c6dee30f65c1 (patch)
treec6034915c8bc64fac972b393d87686727ad26eb5 /epan/wslua/wslua_tree.c
parentb8d03c5f0462406ee8a17efce22ddd9d4f6bd9df (diff)
downloadwireshark-12e9baf725b8937f3b722f1794a3c6dee30f65c1.tar.gz
Fix typo and make buildbot doc happy
Change-Id: I9e60fd8a8353e740c1b57f52daac86b1af1b784f Reviewed-on: https://code.wireshark.org/review/1106 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/wslua/wslua_tree.c')
-rw-r--r--epan/wslua/wslua_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/wslua_tree.c b/epan/wslua/wslua_tree.c
index f8c2b4f400..08742c4394 100644
--- a/epan/wslua/wslua_tree.c
+++ b/epan/wslua/wslua_tree.c
@@ -141,7 +141,7 @@ WSLUA_METHOD TreeItem_add_packet_field(lua_State *L) {
-- this is done inside a dissector, post-dissector, or heuristic function
-- child will be the created child tree, and value will be the number 123 or nil on failure
local child, value = tree:add_packet_field(myfield, tvb:range(0,3), ENC_UTF_8 + ENC_STRING)
- @encode
+ @endcode
*/
#define WSLUA_ARG_TreeItem_add_packet_field_PROTOFIELD 2 /* The ProtoField field object to add to the tree. */