Wireshark-commits: [Wireshark-commits] master 17afb04: Fix Wai dissector

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 17 Mar 2015 09:01:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=17afb0458c0ccf6c79d04afc573a57d7c3fed1fc
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

17afb04 by Cedric Izoard (cedric.izoard@xxxxxxxxxxxxxxxx):

    Fix Wai dissector
    
    - Add description for attribute type, verification and authentication results
    - Fix Certificate Authentication Response
      The second signature is optional
    - Fix Access WAI Authentication Response
      The Multiple Certificate Verification Result field is actually
      the content of Certificate Authentication Response :
      result plus one or two signature
    - FIx CErtificate Authentication request
      THe last filed is optional and it is a identity list
    
    bug: 11061
    Change-Id: Ia6710046d8d28ca3c53354f7a997a3d76f09373d
    Reviewed-on: https://code.wireshark.org/review/7708
    Reviewed-by: cedric izoard <cedric.izoard@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  60b4f20   CMake: Fix an uninstall.exe dependency.
    adds  17afb04   Fix Wai dissector


Summary of changes:
 epan/dissectors/packet-wai.c |   59 +++++++++++++++++++++++++++++++++++++-----
 1 file changed, 52 insertions(+), 7 deletions(-)