URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dcbebe0eaccfba338eaa11df17197ab0f928766a
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
dcbebe0 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/6146
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 3b57861 Qt: More WiresharkDialog conversions.
adds dcbebe0 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(-)