Wireshark-commits: [Wireshark-commits] master 1fb902f: Use new BER functions in kpasswd.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 Apr 2014 21:42:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1fb902f2175cbfb3a54f8497460a71bd6f7f339e
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1fb902f by Stig Bjørlykke (stig@xxxxxxxxxxxxx):

    Use new BER functions in kpasswd.
    
    Added RFC 3244 ChangePasswdData to the kerberos dissector.
    
    This is the last dissector using the "old BER" functions.
    
    Change-Id: I1d79047103c07c268d08e652745391f1ac37c82c
    Reviewed-on: https://code.wireshark.org/review/1198
    Reviewed-by: Tomáš Kukosa <tomas.kukosa@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d35f097   Add kerberos-exp.cnf to asn1 gitignore
    adds  1fb902f   Use new BER functions in kpasswd.


Summary of changes:
 asn1/kerberos/CMakeLists.txt      |    1 +
 asn1/kerberos/Makefile.common     |    5 ++---
 asn1/kerberos/RFC3244.asn         |   12 ++++++++++++
 asn1/kerberos/kerberos.cnf        |    3 +++
 epan/dissectors/packet-kerberos.c |   35 ++++++++++++++++++++++++++++++++++-
 epan/dissectors/packet-kerberos.h |    3 ++-
 epan/dissectors/packet-kpasswd.c  |   19 +------------------
 7 files changed, 55 insertions(+), 23 deletions(-)
 create mode 100644 asn1/kerberos/RFC3244.asn