Wireshark-commits: [Wireshark-commits] master 219d37e: Let routines from the Kerberos dissector be

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 1 Jan 2015 12:13:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=219d37e2d188b572827a805952d8359db436aa31
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

219d37e by Guy Harris (guy@xxxxxxxxxxxx):

    Let routines from the Kerberos dissector be called from C++.
    
    Wrap its declarations in the usual "extern "C"" stuff.
    
    Change-Id: I353ab334bc08a69fdacaaab5672edf758b14766a
    Reviewed-on: https://code.wireshark.org/review/6201
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0a64b55   Remove wireshark_cxx.
    adds  219d37e   Let routines from the Kerberos dissector be called from C++.


Summary of changes:
 asn1/kerberos/packet-kerberos-template.h |   10 ++++++++--
 epan/dissectors/packet-kerberos.h        |   12 +++++++++---
 2 files changed, 17 insertions(+), 5 deletions(-)