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(-)