Hi, I'm using Wireshark 1.8.3 on Windows 7 64 Bits. I'm trying to specify Kerberos keytab file in the Wireshark-->Edit-->Preferences-->Protocols-->krb5. But the Wireshark GUI does not show the keytab filename path or parameter; I just see Reassemble Kerberos over TCP parameter. following the wiki, It should be possible to specify a keytab : "Specifying the keytab file to use You can specify the filename of the keytab file to use in the KRB5 preferences." Any Idea how to specify a keytab in the GUI? Thank you for your help. Vincent. asked 12 Nov '12, 11:00 vincenth |
2 Answers:
The Help -> About dialog for the 64-bit Windows version of 1.8.3 says:
Note the "without Kerberos" - the 64-bit Windows version of Wireshark 1.8.3 doesn't include a Kerberos library, so there's no support for reading keytab files. The 32-bit version says:
It is built with Kerberos, so it will support reading keytab files. If you switch to a 32-bit version, you will be able to read a keytab file. (The problem is probably that we don't have a 64-bit version of the Kerberos library with which to link Wireshark.) answered 12 Nov '12, 12:45 Guy Harris ♦♦ |
Maybe this similar question helps? answered 12 Nov '12, 12:34 Jasper ♦♦ |
Hi All,
Thank you for your help.
Rgds
Vincent.