Wireshark-commits: [Wireshark-commits] master f6d0e09: Add a new expert info type for	decryption pr
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f6d0e0946e140591afaf50a7a561679d3c4c2442
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f6d0e09 by Guy Harris (guy@xxxxxxxxxxxx):
    Add a new expert info type for decryption problems.
    
    This is what should be used if, for some reason, decryption can't be
    performed.  (And if there's a known reason why decryption can't be
    performed, it should be used, so the user knows why their
    802.11/SSL/whatever traffic isn't decrypted, and either doesn't have to
    ask why or, at least, can give more details when they do ask why.)
    
    (Yes, I plan to use this for the 802.11 decryption code.  Work in
    progress.)
    
    Change-Id: I812e61c2a4613d2e85f9ced1f5ed6ae91ac5f7ae
    Reviewed-on: https://code.wireshark.org/review/10421
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  a6360b6   SSL: bugfix for raw public keys in certificate message
    adds  f6d0e09   Add a new expert info type for decryption problems.
Summary of changes:
 epan/expert.c |    1 +
 epan/proto.h  |    2 ++
 2 files changed, 3 insertions(+)