URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b604fff1363e40f2327bd5765264f687eb1ec04a
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b604fff by Guy Harris (guy@xxxxxxxxxxxx):
Rename non-EBCDIC-specific routines.
Those routines can handle any single-byte character set whose characters
map to characters in the Basic Multilingual Plane; it could be used for
extended ASCII, but we have another routine for that, mapping only
characters with code points > 0x7f, so we just say "nonascii" rather
than "ebcdic".
Change-Id: I3d55b5d58e3e7ab08f3dfbfdb57a0301a30e71d4
Reviewed-on: https://code.wireshark.org/review/19214
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 7eea6f2 Update for library changes.
adds b604fff Rename non-EBCDIC-specific routines.
Summary of changes:
debian/libwireshark0.symbols | 2 +-
epan/charsets.c | 2 +-
epan/charsets.h | 2 +-
epan/tvbuff.c | 16 ++++++++--------
4 files changed, 11 insertions(+), 11 deletions(-)