URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a1adf1a66cb0324e418e2e588cf47c68c4a287a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8a1adf1 by Peter Wu (peter@xxxxxxxxxxxxx):
wslua: fix errors in documentation, add notational conventions
Improve example with better formatting, clarification comments and more
common variable names.
Extend make-wsluarm.pl to support arguments containing underscores.
Fixes the description of dissect_tcp_pdus.
Change TvbRange.tvb(tvb) into tvbrange:tvb() and ByteArray.tvb(name)
into bytearray:tvb(name), these are really instance methods.
Change-Id: I1e20ef46195dc6c06f9ac790d3432db283d21a5e
Reviewed-on: https://code.wireshark.org/review/18226
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f07b1bc debian: Update lintian-overrides to cover updated manpages
adds 8a1adf1 wslua: fix errors in documentation, add notational conventions
Summary of changes:
docbook/make-wsluarm.pl | 23 +++++++++---------
docbook/wsluarm.asciidoc | 54 +++++++++++++++++++++++++++++------------
epan/wslua/wslua_byte_array.c | 5 +---
epan/wslua/wslua_field.c | 3 +--
epan/wslua/wslua_tvb.c | 5 ++--
5 files changed, 54 insertions(+), 36 deletions(-)