Wireshark-commits: [Wireshark-commits] master-1.12 dfa49cd: Test suite: Start testing our output fo
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 30 Dec 2014 21:20:41 +0000 (UTC)
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(-)