URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=544ed8adcf4c057216deab3f6c46dd4f5003ebf9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
544ed8a by Guy Harris (guy@xxxxxxxxxxxx):
Stick some #define probes in on Windows.
Let's try to figure out why, on the 64-bit Windows build,
wireshark-qt.cpp is being compiled to call read_keytab_file() but
packet-kerberos.c is not being compiled to define it.
Change-Id: I782406e2189819d9400b84b6632fe0fb62c5996d
Reviewed-on: https://code.wireshark.org/review/6261
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 16fe32f Temporarily #if 0 out the call to read_keytab_file().
adds 544ed8a Stick some #define probes in on Windows.
Summary of changes:
asn1/kerberos/packet-kerberos-template.c | 14 ++++++++++++++
epan/dissectors/packet-kerberos.c | 20 +++++++++++++++++---
wireshark-qt.cpp | 14 ++++++++++++--
3 files changed, 43 insertions(+), 5 deletions(-)