URL: 
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a1adf1a66cb0324e418e2e588cf47c68c4a287a
Submitter: Anders Broman (a.broma...@gmail.com)
Changed: branch: master
Repository: wireshark

Commits:

8a1adf1 by Peter Wu (pe...@lekensteyn.nl):

    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.broma...@gmail.com>
    

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(-)
___________________________________________________________________________
Sent via:    Wireshark-commits mailing list <wireshark-commits@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-commits
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-commits
             mailto:wireshark-commits-requ...@wireshark.org?subject=unsubscribe

Reply via email to