URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=db548c785ab576a366e7a86c7ea2d2270ec8950b
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark
Commits:
db548c7 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>
(cherry picked from commit dfa49cdd1653493456d7188950c4c66917c66572)
Conflicts:
epan/dissectors/packet-bthci_evt.c
test/suite-clopts.sh
Reviewed-on: https://code.wireshark.org/review/6148
Actions performed:
from 62a149c Lua accessor for Protocol field type gets wrong data
adds db548c7 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 | 7 +-
epan/dissectors/x11-keysym.h | 196 ++++++++++++++++++------------------
test/config.sh | 3 +
test/suite-clopts.sh | 39 +++++++
5 files changed, 152 insertions(+), 100 deletions(-)