URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dfa49cdd1653493456d7188950c4c66917c66572
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark
Commits:
dfa49cd by Gerald Combs (gerald@xxxxxxxxxxxxx):
Test suite: Start testing our output for valid UTF-8.
Feed the output of `tshark -G <glossary>` to `iconv -f UTF-8`. Adjust a
couple of the Bluetooth dissectors and X11 keysyms accordingly.
Change-Id: I5b04dc3fa4734c8f0a795daf44bd398fe5ebc1bd
Reviewed-on: https://code.wireshark.org/review/6147
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from aaaa98e qt: fix use-after-free pattern
adds dfa49cd Test suite: Start testing our output for valid UTF-8.
Summary of changes:
epan/dissectors/packet-bthci_cmd.c | 7 +-
epan/dissectors/packet-bthci_evt.c | 5 +-
epan/dissectors/x11-keysym.h | 196 ++++++++++++++++++------------------
test/config.sh | 3 +
test/suite-clopts.sh | 19 ++++
5 files changed, 131 insertions(+), 99 deletions(-)