URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9b5b7c1a9074c7d64bd07fe68377d9ad06ccbc2a
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9b5b7c1 by Evan Huus (eapache@xxxxxxxxx):
Remove deprecated tvb_length calls
Trust that the files in epan/ immediately (not dissectors) know what they're
doing so just blindly convert them to captured length.
Change-Id: I872f7d58b2e15ae82c75fd56f4873996fbc97be7
Reviewed-on: https://code.wireshark.org/review/9083
Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
Actions performed:
from 893e1e5 Fill in the 802.11 pseudo-header and call the "802.11+radio" dissector.
adds 9b5b7c1 Remove deprecated tvb_length calls
Summary of changes:
epan/next_tvb.c | 2 +-
epan/packet.c | 8 ++++----
epan/print.c | 10 +++++-----
epan/reassemble.c | 14 +++++++-------
epan/tvbtest.c | 2 +-
epan/tvbuff_composite.c | 2 +-
epan/tvbuff_subset.c | 2 +-
7 files changed, 20 insertions(+), 20 deletions(-)