URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8e19cd17867d6530260639551f847f221af24718
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark
Commits:
8e19cd1 by Guy Harris (guy@xxxxxxxxxxxx):
Fix subset-tvbuff creation.
Use tvb_new_subset_length(), rather than (incorrectly) attempting to
calculate the captured length ourselves.
Update a comment while we're at it.
Change-Id: I9f608ee5bf59f261111b2a75900dddad12fb5554
Reviewed-on: https://code.wireshark.org/review/32245
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(backported from commit 179d872565be0c7b265397ec639d49aec4e23511)
Reviewed-on: https://code.wireshark.org/review/32248
Actions performed:
from 603c31e 2.4.13 → 2.4.14.
add 8e19cd1 Fix subset-tvbuff creation.
Summary of changes:
epan/dissectors/packet-ieee802154.c | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)