Wireshark-commits: [Wireshark-commits] master 5eecf81: Don't define a stub read_keytab_file() on Wi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 2 Jan 2015 21:17:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5eecf81b0ce09e3d3de5734957833f81d309e2ea
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5eecf81 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.
    
    We don't declare it, so all the DLL export stuff won't work, and we
    shouldn't need it, as we shouldn't be calling it if we don't have
    Kerberos (we shouldn't support the -K option if we don't have Kerberos,
    for example).
    
    Change-Id: I7e7b12aa93c4f31953300ef513fc09a1f55f8aef
    Reviewed-on: https://code.wireshark.org/review/6255
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  970e7c1   Try to clarify the PowerShell requirements.
    adds  5eecf81   Don't define a stub read_keytab_file() on Windows if we don't have Kerberos.


Summary of changes:
 asn1/kerberos/packet-kerberos-template.c |   25 +++---------------------
 epan/dissectors/packet-kerberos.c        |   31 ++++++------------------------
 2 files changed, 9 insertions(+), 47 deletions(-)