URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7a4e9325718e13e5d977677032f211c93e91aba9
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
7a4e932 by Michael Mann (mmann78@xxxxxxxxxxxx):
Add tvb_ascii_isprint API
This allows dissectors to check if a portion of the tvb is an ascii string while hiding the use of tvb_get_ptr.
Change-Id: Iaec7559dcfdefb8a5ae23e099ced45e90e611f8f
Reviewed-on: https://code.wireshark.org/review/30291
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7ce9081 lemon: sync with upstream (2018-09-08)
add 7a4e932 Add tvb_ascii_isprint API
Summary of changes:
debian/libwireshark0.symbols | 1 +
epan/dissectors/asn1/dap/dap.cnf | 8 +-
epan/dissectors/asn1/ldap/ldap.cnf | 9 +-
epan/dissectors/asn1/ldap/packet-ldap-template.c | 21 +-
epan/dissectors/asn1/s1ap/s1ap.cnf | 18 +-
epan/dissectors/packet-dap.c | 8 +-
epan/dissectors/packet-diameter_3gpp.c | 50 ++--
epan/dissectors/packet-erldp.c | 9 +-
epan/dissectors/packet-imap.c | 12 +-
epan/dissectors/packet-ldap.c | 97 +++----
epan/dissectors/packet-ositp.c | 22 +-
epan/dissectors/packet-s1ap.c | 332 +++++++++++------------
epan/tvbuff.c | 11 +
epan/tvbuff.h | 7 +
14 files changed, 259 insertions(+), 346 deletions(-)