ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10936] New: Kerberos packet's attribute "Encryption type "

Date: Sat, 07 Feb 2015 03:35:23 +0000
Bug ID 10936
Summary Kerberos packet's attribute "Encryption type " show the wrong thring
Product Wireshark
Version 1.10.12
Hardware x86
OS All
Status UNCONFIRMED
Severity Major
Priority Low
Component GTK+ UI
Assignee [email protected]
Reporter [email protected]

Created attachment 13433 [details]
AS-REQ with Encryption type 5

Build Information:
Compiled (64-bit) with GTK+ 3.10.7, with Cairo 1.13.1, with Pango 1.36.1, with
GLib 2.39.91, with libpcap, with libz 1.2.8, with POSIX capabilities (Linux),
without libnl, with SMI 0.4.8, with c-ares 1.10.0, with Lua 5.2, without
Python,
with GnuTLS 2.12.23, with Gcrypt 1.5.3, with MIT Kerberos, with GeoIP, with
PortAudio V19-devel (built Feb 25 2014 21:09:53), with AirPcap.

--
According to thist data
https://cwiki.apache.org/confluence/display/DIRxPMGT/Kerberos+EncryptedData
http://tools.ietf.org/html/rfc3961

encryption type 5 is DES3_CBC_MD5
encryption type 7 is DES3_CBC_SHA1

but the file  wireshark/epan/dissectors/packet-kerberos.c
#define KRB5_ENCTYPE_DES3_CBC_SHA                  5
#define KRB5_ENCTYPE_DES_HMAC_SHA1                 8

Currently, my network enviroment only has DES3_CBC_MD5, the attached picture
shows that the type value is correct, but wrong string.
For the other types, I don't have the enviroment for testing, and some types
can not find the reference


You are receiving this mail because:
  • You are watching all bug changes.