This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Wireshark Preferences on windows 64 Bits

0

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's gravatar image

vincenth
1111
accept rate: 0%


2 Answers:

4

The Help -> About dialog for the 64-bit Windows version of 1.8.3 says:

Compiled (64-bit) with GTK+ 2.24.10, with Cairo 1.10.2, with Pango 1.30.0, with
GLib 2.32.2, with WinPcap (4_1_2), with libz 1.2.5, without POSIX capabilities,
with SMI 0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS
2.12.18, with Gcrypt 1.4.6, without Kerberos, with GeoIP, with PortAudio
V19-devel (built Oct  2 2012), with AirPcap.

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:

Compiled (32-bit) with GTK+ 2.24.10, with Cairo 1.10.2, with Pango 1.30.0, with
GLib 2.32.2, with WinPcap (4_1_2), with libz 1.2.5, without POSIX capabilities,
with SMI 0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS
2.12.18, with Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, with PortAudio
V19-devel (built Oct  2 2012), with AirPcap.

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%20Harris's gravatar image

Guy Harris ♦♦
17.4k335196
accept rate: 19%

Hi All,

Thank you for your help.

Rgds

Vincent.

(13 Nov '12, 00:29) vincenth

0

Maybe this similar question helps?

answered 12 Nov '12, 12:34

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%