diff options
author | Peter Wu <peter@lekensteyn.nl> | 2016-09-01 00:30:23 +0200 |
---|---|---|
committer | Peter Wu <peter@lekensteyn.nl> | 2016-09-01 19:06:49 +0000 |
commit | e7cac432fb5ffeed6904a3429ffcd885cef652c0 (patch) | |
tree | 7a1bd8e7d5fb217ec4d885085b0211bb322a7e00 /epan/proto.h | |
parent | 1bffa8ec0454911f3273b93dac84ac49e2ef4b89 (diff) | |
download | wireshark-e7cac432fb5ffeed6904a3429ffcd885cef652c0.tar.gz wireshark-e7cac432fb5ffeed6904a3429ffcd885cef652c0.tar.bz2 wireshark-e7cac432fb5ffeed6904a3429ffcd885cef652c0.zip |
uat: clarify documentation
No functional change, fixes typos, adds some meaningful function
parameters and tries to clarify the memory management concerns.
Also fix a -Wdocumentation issue in epan/proto.h
Change-Id: I59d1fcd2ce96178e0a64a0709409a9a7a447c7c6
Reviewed-on: https://code.wireshark.org/review/17431
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/proto.h')
-rw-r--r-- | epan/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h index 30aaf71728..1afe1f6a75 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -2862,7 +2862,7 @@ proto_tree_add_ascii_7bits_item(proto_tree *tree, const int hfindex, tvbuff_t *t exists, just pass -1 @param bad_checksum_expert optional expert info for a bad checksum. If none exists, just pass NULL - @pinfo Packet info used for optional expert info. If unused, NULL can + @param pinfo Packet info used for optional expert info. If unused, NULL can be passed @param computed_checksum Checksum to verify against @param encoding data encoding of checksum from tvb |