Wireshark-commits: [Wireshark-commits] master 8c0d3ae: Return number of bytes dissected in dissecto

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Jun 2014 17:16:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c0d3ae47e35f6692b91ab776919391f52700829
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8c0d3ae by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Return number of bytes dissected in dissector:call
    
    This does not work for old-style dissectors as they always return
    the number of bytes in incoming buffer and not the number of bytes
    dissected.  This is noted in the documentation.
    
    Change-Id: I5b236a73952cac3efc830e40276283bed9af1f87
    Reviewed-on: https://code.wireshark.org/review/2237
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  647255d   Unify how opcua arrays are displayed
    adds  8c0d3ae   Return number of bytes dissected in dissector:call


Summary of changes:
 epan/wslua/wslua_proto.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)