Wireshark-commits: [Wireshark-commits] master f9d4e0a: Replace deprecated tvb_length calls
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f9d4e0a815cf9c8f1fe5a5a106fcce3755daf8f2
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f9d4e0a by Evan Huus (eapache@xxxxxxxxx):
Replace deprecated tvb_length calls
And a few other misc. cleanups while in the neighbourhood.
Change-Id: Ic0d6836dec9c36d31ea244a6adc74d4713565090
Reviewed-on: https://code.wireshark.org/review/4047
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 1bf82c3 Add tche custom taps to WIRESHARK_TAP_SRC
adds f9d4e0a Replace deprecated tvb_length calls
Summary of changes:
epan/dissectors/packet-adb_cs.c | 97 ++++++++++++++++-----------------
epan/dissectors/packet-adwin-config.c | 4 +-
epan/dissectors/packet-adwin.c | 2 +-
epan/dissectors/packet-afp.c | 8 +--
epan/dissectors/packet-afs.c | 12 ++--
epan/dissectors/packet-agentx.c | 16 ++----
epan/dissectors/packet-mp2t.c | 4 +-
epan/dissectors/packet-ses.c | 10 ++--
epan/dissectors/packet-zbee-zdp.c | 6 +-
epan/dissectors/packet-zep.c | 2 +-
epan/dissectors/packet-ziop.c | 6 +-
11 files changed, 79 insertions(+), 88 deletions(-)